diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 515abae..320b0c2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "buildWeb": "node buildWeb.mjs", "build": "node build.mjs", "watch": "node build.mjs --watch", - "patch": "node scripts/patcher/install.js", - "unpatch": "node scripts/patcher/uninstall.js" + "inject": "node scripts/patcher/install.js", + "uninject": "node scripts/patcher/uninstall.js" } } |