Skip to content

Commit

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

0 comments on commit 22bac18

Please sign in to comment.