From 85bc8430068096607e0bca91ccb52b039f798001 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 17 Jan 2023 12:33:26 +0100 Subject: [PATCH] fix prod issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 658a33d..1ef6342 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "discord.js": "^14.3.0", "sqlite3": "^5.0.11", "typescript": "^4.7.4", - "uuid": "^9.0.0" + "uuid": "^9.0.0", + "@types/uuid": "^9.0.0" }, "devDependencies": { - "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "dotenv": "^16.0.1",