Merge pull request #521 from nhubbard/develop

Update Electron
This commit is contained in:
Michael Teeuw 2016-11-17 08:47:29 +01:00 committed by GitHub
commit a3a6fc0d15
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Solved visual display errors on chrome, if all modules in one of the right sections are hidden. - Solved visual display errors on chrome, if all modules in one of the right sections are hidden.
- Module default config values are no longer modified when setting config values. - Module default config values are no longer modified when setting config values.
- Hide a region if all modules in a region are hidden. Prevention unwanted margins. - Hide a region if all modules in a region are hidden. Prevention unwanted margins.
- Replaced `electron-prebuilt` package with `electron` in order to fix issues that would happen after 2017.
## [2.0.5] - 2016-09-20 ## [2.0.5] - 2016-09-20

View File

@ -34,7 +34,7 @@
"time-grunt": "latest" "time-grunt": "latest"
}, },
"dependencies": { "dependencies": {
"electron-prebuilt": "^0.37.2", "electron": "^1.4.6",
"express": "^4.14.0", "express": "^4.14.0",
"express-ipfilter": "latest", "express-ipfilter": "latest",
"feedme": "latest", "feedme": "latest",