🐛 remove postinstall

This commit is contained in:
Flam3rboy 2021-04-23 22:33:49 +02:00
parent a0bc6c649b
commit 38f8840a3f
2 changed files with 9 additions and 9 deletions

13
package-lock.json generated
View File

@ -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",

View File

@ -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",