fix compilation on windows

pull/721/head
Nicola De Pasquale 6 years ago
parent fa3d57749f
commit 75466e248b

@ -5,7 +5,7 @@
"main": "main.html",
"default_locale": "en",
"scripts": {
"start": "node_modules/gulp/bin/gulp.js build && node_modules/nw/bin/nw ."
"start": "node node_modules/gulp/bin/gulp.js build && node node_modules/nw/bin/nw ."
},
"window": {
"title": "INAV Configurator",

Loading…
Cancel
Save