mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Removed cookie dependencies
Removed module import and dependency on the 'cookie' library; it's not used anymore
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user