diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
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", |