Fixed missing 'nw' devDependency.

10.3.x-maintenance
mikeller 2017-12-08 08:10:38 +13:00
parent 040757b74e
commit da212b222b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "main.html",
"default_locale": "en",
"scripts": {
"start": "node_modules/gulp/bin/gulp.js dist && node_modules/nw/bin/nw .",
"start": "node node_modules/gulp/bin/gulp.js debug",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
"postinstall": "npm run _postinstall",
"gulp": "gulp"