Add remove-manifest script

This commit is contained in:
hensm
2018-11-28 03:04:04 +00:00
parent ffb81c4168
commit 57f60abcd4
4 changed files with 18 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
"build": "node bin/build.js",
"package": "node bin/build.js --package",
"install-manifest": "node bin/install-manifest.js",
"start-debug": "node bin/start-debug.js"
"remove-manifest": "node bin/install-manifest.js --remove"
},
"dependencies": {
"@babel/runtime": "^7.0.0",