diff options
author | Akshit Kr Nagpal <akshitkrnagpal@gmail.com> | 2018-05-09 00:28:26 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-08 20:58:26 +0200 |
commit | 038ffbc7788b28575de45efccd94a9308945697b (patch) | |
tree | 5301a8f9fae69bafc497ef89158825b916137a78 /package.json | |
parent | f4d10c516aaf50576f9127d678a8a7da697ee601 (diff) |
Updated Electron to 2.0.0 (#23)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index a4f7bec..9274c5b 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,11 @@ "jitsi-meet-electron-utils": "jitsi/jitsi-meet-electron-utils" }, "devDependencies": { - "electron": "1.7.5", - "electron-packager": "*", - "electron": "1.7.7", - "electron-rebuild": "^1.5.6", - "eslint": ">=3", - "eslint-plugin-jsdoc": "*", + "electron": "2.0.0", + "electron-packager": "12.0.2", + "electron-rebuild": "1.7.3", + "eslint": "4.12.1", + "eslint-plugin-jsdoc": "3.2.0", "precommit-hook": "3.0.0" } } |