Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
move electron back to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed May 10, 2018
1 parent cb179fe commit 3ca902e
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 @@ -7,7 +7,6 @@
"bin": "bin/geierlein",
"version": "1.0.0",
"dependencies": {
"electron": "1.8.6",
"optimist": "*"
},
"scripts": {
Expand All @@ -21,6 +20,7 @@
},
"license": "AGPLv3+",
"devDependencies": {
"electron": "1.8.6",
"electron-builder": "^20.11.1",
"nodeunit": "^0.11.2"
},
Expand Down

0 comments on commit 3ca902e

Please sign in to comment.