aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRie Takahashi <megumin.bakaretsurie@gmail.com>2022-10-05 21:58:17 +0100
committerRie Takahashi <megumin.bakaretsurie@gmail.com>2022-10-05 21:58:17 +0100
commita9e67aa3400075ec4fb2fe6d59d006bae8981f0c (patch)
tree78a1e15e54d86261f746f69fff569c5e3778bc47 /package.json
parent25fcc528eaf154bef3aa6eff3bb842f17fe28163 (diff)
downloadVencord-a9e67aa3400075ec4fb2fe6d59d006bae8981f0c.tar.gz
Vencord-a9e67aa3400075ec4fb2fe6d59d006bae8981f0c.tar.bz2
Vencord-a9e67aa3400075ec4fb2fe6d59d006bae8981f0c.zip
pnpm inject/uninject instead of patch/unpatch
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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"
}
}