Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix: move electron to dependencies (#386)
Browse files Browse the repository at this point in the history
* fix: move electron to dependencies

* remove package version change
  • Loading branch information
codebytere authored and zeke committed Aug 1, 2018
1 parent 79a1d3f commit 3adb6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"chai-as-promised": "^6.0.0",
"check-for-leaks": "^1.2.0",
"devtron": "^1.3.0",
"electron": "^2.0.4",
"electron-packager": "^12.1.0",
"electron-winstaller": "^2.2.0",
"husky": "^0.14.3",
Expand All @@ -48,6 +47,7 @@
"standard": "^8.2.0"
},
"dependencies": {
"electron": "^2.0.4",
"electron-settings": "^3.0.7",
"electron-shortcut-normalizer": "^1.0.0",
"glob": "^7.1.0",
Expand Down

0 comments on commit 3adb6fc

Please sign in to comment.