Browse Source

Remove ancient unused electron-cookies.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
e5159fa613
  1. 3
      app.js
  2. 1
      app/package.json
  3. 37
      package-lock.json
  4. 1
      package.json

3
app.js

@ -1,7 +1,4 @@
var auth0, lock; // Auth0 vars
// Enable Cookies
var ElectronCookies = require('@exponent/electron-cookies');
ElectronCookies.enable({ origin: 'https://rambox.pro' });
// Sencha App
Ext.setGlyphFontFamily('FontAwesome');

1
app/package.json

@ -29,7 +29,6 @@
"author": "TheGoddessInari <thegoddessinari@gmail.com>",
"license": "GPL-3.0",
"dependencies": {
"@exponent/electron-cookies": "2.0.0",
"auth0-js": "^8.12.3",
"auth0-lock": "^10.22.0",
"auto-launch-patched": "5.0.2",

37
package-lock.json generated

@ -8,43 +8,6 @@
"integrity": "sha512-XtGk+IF57pr852UK1AhQJXqmm1WmSgS5uISL+LPs0z/iAxXouMvdlLJrHPeukP6gd7yR2rDTMSMkHNODgwIq7A==",
"dev": true
},
"@exponent/electron-cookies": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@exponent/electron-cookies/-/electron-cookies-2.0.0.tgz",
"integrity": "sha1-TPjc+FFFQDbMUkxA6eSC/E4j8tk=",
"requires": {
"tough-cookie": "^2.2.2",
"tough-cookie-web-storage-store": "^1.0.0"
},
"dependencies": {
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"punycode": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
},
"tough-cookie": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
"integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
"requires": {
"punycode": "^1.4.1"
}
},
"tough-cookie-web-storage-store": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tough-cookie-web-storage-store/-/tough-cookie-web-storage-store-1.0.0.tgz",
"integrity": "sha1-gCH84kKQvwthUeSR1zEjQ0UdOQ0=",
"requires": {
"lodash": "^4.6.1"
}
}
}
},
"@mrmlnc/readdir-enhanced": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",

1
package.json

@ -116,7 +116,6 @@
"spectron": "^3.8.0"
},
"dependencies": {
"@exponent/electron-cookies": "2.0.0",
"auth0-js": "^8.12.3",
"auth0-lock": "^10.24.3",
"auto-launch-patched": "5.0.2",

Loading…
Cancel
Save