From 8591a3b84499d9601ec57cb78e46f5c93ea6a2d5 Mon Sep 17 00:00:00 2001 From: Liwanyi Date: Wed, 21 Sep 2022 18:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wuhu-torn-helper.js => misc/wuhu-torn-helper.js | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename wuhu-torn-helper.js => misc/wuhu-torn-helper.js (100%) diff --git a/wuhu-torn-helper.js b/misc/wuhu-torn-helper.js similarity index 100% rename from wuhu-torn-helper.js rename to misc/wuhu-torn-helper.js diff --git a/package.json b/package.json index 7970f1c..4bb6b9f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "scripts": { "release": "npm run minify && node build.js", - "minify": "uglifyjs wuhu-torn-helper.js -o release.min.user.js -m", + "minify": "uglifyjs misc/wuhu-torn-helper.js -o release.min.user.js -m", "serve": "", "build": "rollup -c", "compile": "tsc --outDir output"