diff options
author | neauoire <[email protected]> | 2020-10-31 14:45:14 -0700 |
---|---|---|
committer | neauoire <[email protected]> | 2020-10-31 14:45:14 -0700 |
commit | d227c4c43faf4af41fa290dee7734e761d033319 (patch) | |
tree | be07b278c32768d53356a33e96a3f9699ca993a1 /desktop/package.json | |
parent | 923098f40e1ac74534d75aadacc60ea5aeaca5c4 (diff) | |
download | Orca-d227c4c43faf4af41fa290dee7734e761d033319.tar.gz Orca-d227c4c43faf4af41fa290dee7734e761d033319.zip |
Updated modules and client number
Diffstat (limited to 'desktop/package.json')
-rw-r--r-- | desktop/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/package.json b/desktop/package.json index b6df584..9f64d87 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -10,6 +10,7 @@ "time": "node time.js", "docs": "node ../docs.js", "fix": "standard --fix", + "update": "npm update --save", "clean": "rm -r ~/Documents/Orca-darwin-x64/ ; rm -r ~/Documents/Orca-linux-x64/ ; rm -r ~/Documents/Orca-win32-x64/ ; echo 'cleaned build location'", "build_osx": "electron-packager . Orca --platform=darwin --arch=x64 --out ~/Documents/ --overwrite --icon=icon.icns ; echo 'Built for OSX'", "build_linux": "electron-packager . Orca --platform=linux --arch=x64 --out ~/Documents/ --overwrite --icon=icon.ico ; echo 'Built for LINUX'", @@ -23,11 +24,11 @@ "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run status" }, "devDependencies": { - "electron": "^8.2.4", - "electron-packager": "^14.2.1" + "electron": "^8.5.3", + "electron-packager": "^15.1.0" }, "dependencies": { - "node-osc": "^4.1.8" + "node-osc": "^4.1.9" }, "standard": { "globals": [ |