From 344b5834995307a0549e8f3d424ece3d6c3308a2 Mon Sep 17 00:00:00 2001 From: Riley <87399106+rileyscool@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:12:14 +1300 Subject: [PATCH] fix package.json zlib package tries to use an old thing to build and you cant install dependencies --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 89cc86f..f00689c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "mineflayer": "^4.0.0", "minimatch": "^3.0.4", "node-mcpe-color-parser": "^0.1.1", - "tar-stream": "^2.2.0", - "zlib": "^1.0.5" + "tar-stream": "^2.2.0" } -} \ No newline at end of file +}