diff --git a/package-lock.json b/package-lock.json
index 6ec5642e..55cabdfe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
- "@fosscord/server-util": "^1.0.2",
+ "@fosscord/server-util": "^1.0.3",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"jsonwebtoken": "^8.5.1",
@@ -30,9 +30,9 @@
}
},
"node_modules/@fosscord/server-util": {
- "version": "1.0.2",
- "resolved": "git+ssh://git@github.com/fosscord/fosscord-server-util.git#29bdb7297902cdc5a17b042a666b6cc3bd7a3d32",
- "license": "ISC",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.0.3.tgz",
+ "integrity": "sha512-sDZIU1ROu9SwThrwxcIUBw/YY9nB/Uselkgufanx6tdDJ0YTgWzviP7C4l1QweZ/fJdSNBNj1rNipDeY3/r7qA==",
"dependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",
@@ -1156,8 +1156,9 @@
},
"dependencies": {
"@fosscord/server-util": {
- "version": "git+ssh://git@github.com/fosscord/fosscord-server-util.git#29bdb7297902cdc5a17b042a666b6cc3bd7a3d32",
- "from": "@fosscord/server-util@^1.0.2",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.0.3.tgz",
+ "integrity": "sha512-sDZIU1ROu9SwThrwxcIUBw/YY9nB/Uselkgufanx6tdDJ0YTgWzviP7C4l1QweZ/fJdSNBNj1rNipDeY3/r7qA==",
"requires": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",
diff --git a/package.json b/package.json
index 6d561fb0..9d20f3d5 100644
--- a/package.json
+++ b/package.json
@@ -7,14 +7,13 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:util && npm run build && node dist/",
"build": "npx tsc -b .",
- "build:util": "npx tsc -b ./node_modules/@fosscord/server-util/",
- "postinstall": "npm i github:fosscord/@fosscord/server-util"
+ "build:util": "npx tsc -b ./node_modules/@fosscord/server-util/"
},
"keywords": [],
"author": "Fosscord",
"license": "ISC",
"dependencies": {
- "@fosscord/server-util": "^1.0.2",
+ "@fosscord/server-util": "^1.0.3",
"dotenv": "^8.2.0",
"erlpack": "^0.1.3",
"jsonwebtoken": "^8.5.1",
|