summary refs log tree commit diff
path: root/cdn
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 /cdn
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 '')
-rw-r--r--cdn/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/cdn/package.json b/cdn/package.json

index 0a34f85f..7aa188a9 100644 --- a/cdn/package.json +++ b/cdn/package.json
@@ -37,9 +37,8 @@ "missing-native-js-functions": "^1.0.8", "multer": "^1.4.2", "node-fetch": "^2.6.1", - "uuid": "^8.3.2" - }, - "devDependencies": { + "uuid": "^8.3.2", + "typescript": "^4.1.2", "@types/body-parser": "^1.19.0", "@types/btoa": "^1.2.3", "@types/dotenv": "^8.2.0",