From 7f6b3e343d5c6e081fd8defc8937acee5eae06d8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 21 Jun 2023 20:08:12 +0200 Subject: [PATCH] Fix the migration-helper package. --- package.json | 2 +- source/migrations.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fe0f52..f4ee261 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "test": "xo && stylelint 'source/**/*.scss' && tsc" }, "dependencies": { + "@holllo/migration-helper": "^0.1.2", "caret-pos": "^2.0.0", "debounce": "^1.2.1", "htm": "^3.1.0", - "migration-helper": "^0.1.2", "modern-normalize": "^1.1.0", "platform": "^1.3.6", "preact": "^10.6.6", diff --git a/source/migrations.ts b/source/migrations.ts index 1d0902f..498450a 100644 --- a/source/migrations.ts +++ b/source/migrations.ts @@ -1,4 +1,4 @@ -import {Migration} from 'migration-helper'; +import {Migration} from '@holllo/migration-helper'; export const migrations: Array> = [ {