Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2018-07-10 00:26:58 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2018-07-10 00:29:47 +0300
commit321d7046759f2692e1fda75c026ed49e6ebf0927 (patch)
tree864169949d957ac4a93b4a9ecaf832618d98312c /package.json
parentb8fd9578c321afbbf094705f8856cd8f43ef5d29 (diff)
Complete migration to Gulp 4, add linux32 support
- Remove usages of runSequence(), which doesn't work with Gulp 4, using gulp.series() instead. - Add support for linux32 builds - Add new --platform argument for building only for a single platform (e.g. --platform=osx64). Fixes build problems introduced in #527 Fixes #531
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6f4f997b..f1973dc8 100755
--- a/package.json
+++ b/package.json
@@ -31,10 +31,10 @@
"jquery": "2.1.4",
"jquery-ui-npm": "1.12.0",
"marked": "^0.3.17",
+ "minimist": "^1.2.0",
"nw": "^0.31.4-sdk",
"nw-builder": "^3.5.4",
"openlayers": "^4.6.5",
- "run-sequence": "^2.2.0",
"temp": "^0.8.3",
"three": "0.72.0"
}