Skip to content

Commit

Permalink
move suncalc dependency out of dev, as it is used by the clock module
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetweil committed Mar 22, 2024
1 parent d970214 commit fd4c148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ _This release is scheduled to be released on 2024-04-01._
- added message in case where config.js is missing the module.export line PR #3383
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
- Don't display any `npm WARN <....>` on install (#3399)
- Fixed move suncalc dependency to production from dev, as it is used by clock module

### Deleted

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
"sinon": "^17.0.1",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"suncalc": "^1.9.0"
"stylelint-prettier": "^5.0.0"
},
"optionalDependencies": {
"electron": "^29.1.0"
Expand All @@ -84,6 +83,7 @@
"node-ical": "^0.18.0",
"pm2": "^5.3.1",
"socket.io": "^4.7.4",
"suncalc": "^1.9.0"
"systeminformation": "^5.22.0"
},
"lint-staged": {
Expand Down

0 comments on commit fd4c148

Please sign in to comment.