mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Removed cookie dependencies
Removed module import and dependency on the 'cookie' library; it's not used anymore
This commit is contained in:
parent
8eb772d80b
commit
a05e69b855
@ -4,7 +4,6 @@
|
||||
|
||||
// Use seperate scope to prevent global scope pollution
|
||||
(function () {
|
||||
const cookie = require("cookie");
|
||||
var config = {};
|
||||
|
||||
// Helper function to get server address/hostname from either the commandline or env
|
||||
|
@ -52,7 +52,6 @@
|
||||
"dependencies": {
|
||||
"body-parser": "^1.17.2",
|
||||
"colors": "^1.1.2",
|
||||
"cookie": "^0.3.1",
|
||||
"electron": "^1.6.10",
|
||||
"express": "^4.15.3",
|
||||
"express-ipfilter": "latest",
|
||||
|
Loading…
x
Reference in New Issue
Block a user