summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-14 22:25:49 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-14 22:25:49 +0200
commit2ca550d0c9890c928502f432d2b279d977669ba9 (patch)
tree09b19e8e40bb84e696e8111fe5d4129e6014e778 /gateway/package.json
parent:art: rename run script to start (diff)
downloadserver-2ca550d0c9890c928502f432d2b279d977669ba9.tar.xz
move devDependencies to dependencies
because bundle installs api/gateway/cdn as npm dep. and the dev packages don't get automatically installed
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/gateway/package.json b/gateway/package.json
index 5a401e9f..6d340351 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -24,9 +24,7 @@
 		"node-fetch": "^2.6.1",
 		"typescript": "^4.2.3",
 		"uuid": "^8.3.2",
-		"ws": "^7.4.2"
-	},
-	"devDependencies": {
+		"ws": "^7.4.2",
 		"@types/amqplib": "^0.8.1",
 		"@types/jsonwebtoken": "^8.5.0",
 		"@types/mongoose-autopopulate": "^0.10.1",