aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-12-18 00:05:50 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-12-18 00:05:50 +0100
commit2c8063a1697ce4c737a2296b8d6385c9cf761f07 (patch)
treeb46312848930f3f2e590f94c61587902eade3d54 /package.json
parent1e588718a855ae2871a8841f6c6e621f49795454 (diff)
downloadLuxcena-Neo-2c8063a1697ce4c737a2296b8d6385c9cf761f07.tar.gz
Luxcena-Neo-2c8063a1697ce4c737a2296b8d6385c9cf761f07.zip
Make the updater work properly
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/package.json b/package.json
index bb1fa5d..a03b4a6 100644
--- a/package.json
+++ b/package.json
@@ -16,14 +16,7 @@
"postinstall": "bash ./bin/postinstall.sh"
},
"type": "module",
- "bundleDependencies": [
- "crypto-js",
- "express",
- "fs-extra",
- "ini",
- "node-fetch",
- "socket.io"
- ],
+ "bundleDependencies": true,
"dependencies": {
"crypto-js": "^3.1.9-1",
"express": "^4.16.3",