diff --git a/util/package.json b/util/package.json
index ad42178f..5ce97669 100644
--- a/util/package.json
+++ b/util/package.json
@@ -1,13 +1,12 @@
{
- "name": "@fosscord/server-util",
+ "name": "@fosscord/util",
"version": "1.3.55",
"description": "Utility functions for the all server repositories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "tsc -b .",
- "prepublish": "npm run build"
+ "link": "npm run build && npm link",
+ "build": "tsc -b ."
},
"repository": {
"type": "git",
@@ -38,7 +37,7 @@
"jsonwebtoken": "^8.5.1",
"missing-native-js-functions": "^1.2.2",
"mongodb": "^3.6.9",
- "mongoose": "^5.12.3",
+ "mongoose": "^5.13.7",
"mongoose-autopopulate": "^0.12.3",
"typescript": "^4.1.3"
},
|