From 75466e248b5287b63e77a6ace79e8fb2daa562af Mon Sep 17 00:00:00 2001 From: Nicola De Pasquale Date: Tue, 12 Mar 2019 01:27:28 +0100 Subject: [PATCH] fix compilation on windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7edcaa81..a0f77d1d 100755 --- a/package.json +++ b/package.json @@ -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",