From 634b30f45b0bb21aeb00f51a0662ada9d476952e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 14 Aug 2021 22:25:49 +0200 Subject: move devDependencies to dependencies because bundle installs api/gateway/cdn as npm dep. and the dev packages don't get automatically installed --- cdn/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cdn') 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", -- cgit 1.4.1