diff options
author | Devine Lu Linvega <[email protected]> | 2018-12-15 11:38:01 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-12-15 11:38:01 +1200 |
commit | 47b9193c99fb6f71474237639f4951374ca7aed8 (patch) | |
tree | a1ea225dd761e981bc6b3b0786b494fb49550239 | |
parent | 933b5fe9e9d6e21d84b8c1cb14e5ab9879d23989 (diff) | |
download | Orca-47b9193c99fb6f71474237639f4951374ca7aed8.tar.gz Orca-47b9193c99fb6f71474237639f4951374ca7aed8.zip |
Updated Electron
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | desktop/package.json | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -60,7 +60,6 @@ You can follow the [guide](GUIDE.md) to get started and play your first sounds. - `enter` toggle insert/write. - `space` toggle play/pause. -- `/` toggle insert/keys. - `shift+arrow` resize cursor size. - `ctrl/meta+arrow` jump cursor position. - `>` increase BPM. diff --git a/desktop/package.json b/desktop/package.json index 3a57099..3a9f33b 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -19,7 +19,7 @@ "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { - "electron": "^3.0.4", - "electron-packager": "^12.1.1" + "electron": "^3.0.12", + "electron-packager": "^12.2.0" } } |