Skip to content

Commit

Permalink
Move Electron back into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Oct 17, 2022
1 parent f6c4d12 commit aae0160
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 @@ -57,6 +57,7 @@
}
},
"devDependencies": {
"electron": "8.5.2",
"eslint": "^7.27.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -65,7 +66,6 @@
"eslint-plugin-standard": "^4.0.2"
},
"dependencies": {
"electron": "8.5.2",
"electron-builder": "^22.11.7",
"audiomoth-hid": "^2.1.0",
"audiomoth-utils": "^1.2.0",
Expand Down

0 comments on commit aae0160

Please sign in to comment.