Fix the migration-helper package.
This commit is contained in:
parent
42eedd833f
commit
7f6b3e343d
|
@ -15,10 +15,10 @@
|
||||||
"test": "xo && stylelint 'source/**/*.scss' && tsc"
|
"test": "xo && stylelint 'source/**/*.scss' && tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@holllo/migration-helper": "^0.1.2",
|
||||||
"caret-pos": "^2.0.0",
|
"caret-pos": "^2.0.0",
|
||||||
"debounce": "^1.2.1",
|
"debounce": "^1.2.1",
|
||||||
"htm": "^3.1.0",
|
"htm": "^3.1.0",
|
||||||
"migration-helper": "^0.1.2",
|
|
||||||
"modern-normalize": "^1.1.0",
|
"modern-normalize": "^1.1.0",
|
||||||
"platform": "^1.3.6",
|
"platform": "^1.3.6",
|
||||||
"preact": "^10.6.6",
|
"preact": "^10.6.6",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import {Migration} from 'migration-helper';
|
import {Migration} from '@holllo/migration-helper';
|
||||||
|
|
||||||
export const migrations: Array<Migration<string>> = [
|
export const migrations: Array<Migration<string>> = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue