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:
authormirko-it <mirko-it@users.noreply.github.com>2019-05-31 13:01:04 +0300
committerPaweł Spychalski <pspychalski@gmail.com>2019-05-31 13:01:04 +0300
commite1d92bc114333c162e8993adc948a6175aa1cff0 (patch)
treecd03e1eedf63359968d97f429289f4d72607e120 /package.json
parent87f8f73c0a62eb5ebe847111ada1d058e871fde8 (diff)
Fix for Load/Save mission not working (#783)
* Offline missions (with FC disconnected) are now available for load and save to file. Supports XML file format, should be compatible enough with other software * removed default file name * removed code in early stage of future developments * code style and fc buttons * map resize handling * fix include nwdialog and fs packages * xml2js lib with all dependencies in a single file
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 76cccd03..5af51cc7 100755
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
"archiver": "^2.0.3",
"bluebird": "3.4.1",
"del": "^3.0.0",
+ "fs": "0.0.1-security",
"graceful-fs": "^4.1.15",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",