mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-15 03:14:56 -05:00
Fix missing readable-stream types (#982)
* fix missing readable-stream types * move to normal dependencies
This commit is contained in:
parent
2f27ad4028
commit
aac5494a12
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
"standard": "^16.0.1"
|
"standard": "^16.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@types/readable-stream": "^2.3.13",
|
||||||
"aes-js": "^3.1.2",
|
"aes-js": "^3.1.2",
|
||||||
"buffer-equal": "^1.0.0",
|
"buffer-equal": "^1.0.0",
|
||||||
"debug": "^4.3.2",
|
"debug": "^4.3.2",
|
||||||
|
|
Loading…
Reference in a new issue