Skip to content

Commit

Permalink
fix: move electron to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Nov 25, 2020
1 parent f7f6f07 commit bf26c58
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 @@ -28,6 +28,7 @@
"ts-jest": "^26.4.4",
"tslint": "^5.17.0",
"electron-builder": "^22.9.1",
"electron": "^11.0.3",
"typescript": "^3.9.7"
},
"dependencies": {
Expand All @@ -37,7 +38,6 @@
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"@rooks/use-interval": "^3.2.2",
"electron": "^11.0.3",
"electron-log": "^3.0.7",
"menubar": "^6.0.7",
"react": "^16.8.6",
Expand Down

0 comments on commit bf26c58

Please sign in to comment.