🐛 remove postinstall
This commit is contained in:
parent
a0bc6c649b
commit
38f8840a3f
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -7,14 +7,13 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "npm run build:util && npm run build && node dist/",
|
"start": "npm run build:util && npm run build && node dist/",
|
||||||
"build": "npx tsc -b .",
|
"build": "npx tsc -b .",
|
||||||
"build:util": "npx tsc -b ./node_modules/@fosscord/server-util/",
|
"build:util": "npx tsc -b ./node_modules/@fosscord/server-util/"
|
||||||
"postinstall": "npm i github:fosscord/@fosscord/server-util"
|
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Fosscord",
|
"author": "Fosscord",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fosscord/server-util": "^1.0.2",
|
"@fosscord/server-util": "^1.0.3",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"erlpack": "^0.1.3",
|
"erlpack": "^0.1.3",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user