update outdated/broken node-webkit start script

This commit is contained in:
blurymind 2019-11-11 18:22:48 +00:00 committed by Julian Descottes
parent cf92045489
commit c13acba6b1
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"main": "./dest/prod/index.html",
"scripts": {
"test": "grunt test",
"start": "nodewebkit",
"start": "nw",
"preversion": "grunt test build",
"postversion": "git push && git push --tags && npm publish",
"release": "grunt && node ./bin/copy-to-piskel-website"
@ -54,6 +54,7 @@
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.4",
"load-grunt-tasks": "3.5.0",
"nw": "^0.42.3",
"phantomjs": "2.1.7",
"phantomjs-polyfill-object-assign": "0.0.2",
"promise-polyfill": "6.0.2",