Skip to content

Commit

Permalink
deps: move electron over to devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 20, 2024
1 parent e18733d commit 036c6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"prettier": "^3.3.3",
"@types/uuid": "^10.0.0"
"@types/uuid": "^10.0.0",
"electron": "^31.2.1"
},
"dependencies": {
"moment": "2.30.1",
"custom-electron-prompt": "^1.5.8",
"electron": "^31.2.1",
"toasted-notifier": "^10.0.2",
"semver": "^7.3.5",
"uuid": "^10.0.0"
Expand Down

0 comments on commit 036c6be

Please sign in to comment.