diff options
author | Devine Lu Linvega <[email protected]> | 2019-07-12 15:37:49 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-07-12 15:37:49 +0900 |
commit | 96777e9f469c8f0a327a547377823f9bad84c56f (patch) | |
tree | 199bc6fff7b97d5eb7a760fbea9ebe07455595bc /desktop/package.json | |
parent | 7ffec389c600eba50c4eab14678245bcf739e84e (diff) | |
download | Orca-96777e9f469c8f0a327a547377823f9bad84c56f.tar.gz Orca-96777e9f469c8f0a327a547377823f9bad84c56f.zip |
Started implementing of PG
Diffstat (limited to 'desktop/package.json')
-rw-r--r-- | desktop/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package.json b/desktop/package.json index 1d96fca..35b091c 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": "^5.0.1", + "electron": "^5.0.6", "electron-packager": "^13.1.1" }, "dependencies": { |