From eac327b6ea08bb92ba81ddac67555c62796cf23b Mon Sep 17 00:00:00 2001 From: Vinlic Date: Sat, 3 Aug 2024 02:31:00 +0800 Subject: [PATCH] update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 798fc50..7e2b859 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "author": "Vinlic", "license": "ISC", "dependencies": { - "@types/jsdom": "^21.1.7", "axios": "^1.6.7", "colors": "^1.4.0", "crc-32": "^1.2.2", @@ -45,6 +44,7 @@ "devDependencies": { "@types/lodash": "^4.14.202", "@types/mime": "^3.0.4", + "@types/jsdom": "^21.1.7", "tsup": "^8.0.2", "typescript": "^5.3.3" }