Removed cookie dependencies

Removed module import and dependency on the 'cookie' library; it's not used anymore
This commit is contained in:
Unknown 2017-06-30 08:20:42 +02:00 committed by unknown
parent 8eb772d80b
commit a05e69b855
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
// Use seperate scope to prevent global scope pollution // Use seperate scope to prevent global scope pollution
(function () { (function () {
const cookie = require("cookie");
var config = {}; var config = {};
// Helper function to get server address/hostname from either the commandline or env // Helper function to get server address/hostname from either the commandline or env

View File

@ -52,7 +52,6 @@
"dependencies": { "dependencies": {
"body-parser": "^1.17.2", "body-parser": "^1.17.2",
"colors": "^1.1.2", "colors": "^1.1.2",
"cookie": "^0.3.1",
"electron": "^1.6.10", "electron": "^1.6.10",
"express": "^4.15.3", "express": "^4.15.3",
"express-ipfilter": "latest", "express-ipfilter": "latest",