mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
change dependency from buffertools to buffer-equal in proxy
This commit is contained in:
parent
30fd138ae9
commit
0da2b14607
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"buffertools": "^2.1.2"
|
||||
"buffer-equal": "0.0.1"
|
||||
},
|
||||
"description": "A node-minecraft-protocol example"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue