diff options
author | ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> | 2022-08-31 21:53:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 20:53:36 +0200 |
commit | c3ff092162ef1a98bea78213e473be3207998d72 (patch) | |
tree | 96b5f04944064c7021cdd60e1b44e3bade2aacc2 /package.json | |
parent | a7ccbcfca4f181790b86199a7f31d1ae19e0253f (diff) | |
download | Vencord-c3ff092162ef1a98bea78213e473be3207998d72.tar.gz Vencord-c3ff092162ef1a98bea78213e473be3207998d72.tar.bz2 Vencord-c3ff092162ef1a98bea78213e473be3207998d72.zip |
Add nitro bypass (#4)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 1e9c135..6b842a1 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "esbuild": "^0.15.5" }, "dependencies": { + "discord-types": "^1.3.26", "electron-devtools-installer": "^3.2.0", "jsposed": "^1.0.2", "prettier": "^2.7.1" |