fix package.json

zlib package tries to use an old thing to build and you cant install dependencies
This commit is contained in:
Riley
2024-12-23 14:12:14 +13:00
committed by GitHub
parent 2451ec794a
commit 344b583499

View File

@@ -13,7 +13,6 @@
"mineflayer": "^4.0.0", "mineflayer": "^4.0.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"node-mcpe-color-parser": "^0.1.1", "node-mcpe-color-parser": "^0.1.1",
"tar-stream": "^2.2.0", "tar-stream": "^2.2.0"
"zlib": "^1.0.5"
} }
} }