update handling
This commit is contained in:
parent
995dcfc65a
commit
e0505373be
2 changed files with 3 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue