From 38f8840a3f68357d1d36633bc6823effc202d812 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 23 Apr 2021 22:33:49 +0200 Subject: [PATCH] :bug: remove postinstall --- package-lock.json | Bin 72650 -> 72786 bytes package.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ec5642e63c4cc8e106605d6a19e4630e0ea93dd..55cabdfea73cfca691967ad54bb650d5eb421979 100644 GIT binary patch delta 315 zcmX@Lo#oOFmJQ;JjK-TK7$umd%d#`-D?6m+7Z)ez7p3SIrxul^7U`CjWajAWBJ-xl zvoorO6}v=vh8hO>ms$pwhh!9$S0sCeI+g23Mq1`M>4z4l=47XrrX}W8n3bfsco{^7 zq=#3PWd@i#o8%YKW)6O-@{*0CZhj0{|n;V*>yH 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",