fixed package.json

This commit is contained in:
antelle 2017-12-23 21:19:34 +01:00
parent 5ee435be0c
commit 1ce659f803
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
"test": "grunt test",
"postinstall": "cd desktop && npm install",
"build-beta": "grunt --skip-sign --beta && sed 's/<html manifest=\"manifest.appcache\">//' dist/index.html > ../keeweb-beta/index.html && cd ../keeweb-beta && git add index.html && git commit -a -m 'beta' && git push origin master",
"electron": "electron desktop --htmlpath=http://localhost:8085/tmp/"
"electron": "electron desktop --htmlpath=http://localhost:8085/tmp/",
"dev": "grunt dev --skip-sign"
},
"author": {