We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619d4e8 commit 6c61dabCopy full SHA for 6c61dab
package.json
@@ -20,6 +20,7 @@
20
"lint": "eslint --max-warnings 0 src",
21
"test": "npm run lint && npm run build && node ./lib/test.js && node ./unittests/index.js",
22
"changelog": "tsc && node ./lib/changelog.js",
23
+ "migrate": "node ./lib/migrate.js",
24
"version": "npm i && tsc && node ./lib/version.js"
25
},
26
"author": {
0 commit comments