From 0f0d064b13de394ccf7aba7cd9228b2cd6da130a Mon Sep 17 00:00:00 2001 From: extremeheat Date: Thu, 3 Jun 2021 04:38:49 +0000 Subject: [PATCH] Revert "temporary install fix" This reverts commit 01575ecd6f84a3a2a41e27fe2776af82f42f9b19. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eb3d8c2..eb8a935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.2.2", + "version": "3.2.1", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "minecraft-folder-path": "^1.1.0", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", - "protodef": "npm:protodef-compiler-fix@latest", + "protodef": "github:extremeheat/node-protodef#vars", "smart-buffer": "^4.1.0", "uuid-1345": "^1.0.2" }, @@ -39,13 +39,13 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.13.10", - "babel-eslint": "^10.1.0", - "bedrock-protocol": "file:.", "bedrock-provider": "^1.0.0", - "leveldb-zlib": "^0.0.26", + "babel-eslint": "^10.1.0", "mocha": "^8.3.2", "protodef-yaml": "^1.1.0", - "standard": "^16.0.3" + "standard": "^16.0.3", + "leveldb-zlib": "^0.0.26", + "bedrock-protocol": "file:." }, "standard": { "parser": "babel-eslint"