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"