diff --git a/gulpfile.js b/gulpfile.js index 39fe1b4f..3913cd6e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -53,7 +53,7 @@ function getPlatforms() { break; case 'win32': - platform.push('win32'); + platforms.push('win32'); break; diff --git a/package.json b/package.json index f75d7a3b..8ded926b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "node_modules/gulp/bin/gulp.js dist && node_modules/nw/bin/nw .", "_postinstall": "node ./node_modules/platform-dependent-modules/cli.js", "postinstall": "npm run _postinstall", - "gulp" : "gulp" + "gulp": "gulp" }, "window": { "title": "Betaflight Configurator",