From e0505373be9efbb5badd5e1a9800028422a48305 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Thu, 15 Aug 2024 15:14:57 -0400 Subject: [PATCH] update handling --- .github/workflows/ci.yml | 2 ++ package.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2055cc..a1d6930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install + - run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/datatypes/compiler-structures.js -o node_modules/protodef/src/datatypes/compiler-structures.js + - run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/datatypes/compiler-conditional.js -o node_modules/protodef/src/datatypes/compiler-conditional.js - run: npm test diff --git a/package.json b/package.json index a640583..500d161 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,7 @@ "prismarine-realms": "^1.1.0", "protodef": "^1.14.0", "raknet-native": "^1.0.3", - "uuid-1345": "^1.0.2", - "protodef": "extremeheat/node-protodef#fix-anon-containers" + "uuid-1345": "^1.0.2" }, "optionalDependencies": { "raknet-node": "^0.5.0"