Skip to content

Commit

Permalink
Add electron-log to dependencies instead of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Dec 10, 2023
1 parent ec80c8f commit caddb1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"electron": "^22.3.25",
"electron-builder": "^23.6.0",
"electron-builder-notarize": "^1.5.1",
"electron-log": "^5.0.1",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"fs-jetpack": "^5.1.0",
Expand All @@ -68,5 +67,8 @@
"vite-plugin-electron-renderer": "^0.11.4",
"vue": "^3.2.45",
"vue-tsc": "^1.0.16"
},
"dependencies": {
"electron-log": "^5.0.1"
}
}

0 comments on commit caddb1e

Please sign in to comment.