fix package.json for optional dependency

This commit is contained in:
Sam Detweiler 2020-12-28 08:15:40 -06:00
parent 02c1e47749
commit e5ff320591
2 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ _This release is scheduled to be released on 2021-01-01._
- Fix Default Alert Module does not hide black overlay when alert is dismissed manually. (#2228) - Fix Default Alert Module does not hide black overlay when alert is dismissed manually. (#2228)
- Weather module - Always displays night icons when local is other then English. (#2221) - Weather module - Always displays night icons when local is other then English. (#2221)
- update Node-ical 0.12.4 , fix invalid RRULE format in cal entries - update Node-ical 0.12.4 , fix invalid RRULE format in cal entries
- fix package.json for optional electron dependency (2378)
## [2.13.0] - 2020-10-01 ## [2.13.0] - 2020-10-01

View File

@ -70,7 +70,6 @@
"dependencies": { "dependencies": {
"colors": "^1.4.0", "colors": "^1.4.0",
"console-stamp": "^3.0.0-rc4.2", "console-stamp": "^3.0.0-rc4.2",
"electron": "^8.5.3",
"eslint": "^7.15.0", "eslint": "^7.15.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-ipfilter": "^1.1.2", "express-ipfilter": "^1.1.2",