diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-14 13:57:34 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-14 13:57:34 +0200 |
commit | 643582e8a6939fe4218480f5b14df63cc0a31f74 (patch) | |
tree | a6f8f7296012e0e880ccddf13553bfdd871e231f /util/package.json | |
parent | :bug: fix Guild + Channel create (diff) | |
download | server-643582e8a6939fe4218480f5b14df63cc0a31f74.tar.xz |
:sparkles: server bundle
Diffstat (limited to '')
-rw-r--r-- | util/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/package.json b/util/package.json index 1f2f2320..a33df2ba 100644 --- a/util/package.json +++ b/util/package.json @@ -32,7 +32,6 @@ "@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-lean-virtuals": "^0.5.1", "@types/node": "^14.17.9", - "typescript": "^4.1.3", "ajv": "^8.5.0", "amqplib": "^0.8.0", "dot-prop": "^6.0.1", @@ -41,6 +40,7 @@ "missing-native-js-functions": "^1.2.2", "mongodb": "^3.6.9", "mongoose": "^5.13.7", - "mongoose-autopopulate": "^0.12.3" + "mongoose-autopopulate": "^0.12.3", + "typescript": "^4.1.3" } } |