Add missing fast-fifo dependency (#156)

Co-authored-by: Eli Smith <eli@wavv.com>
This commit is contained in:
Eli Smith 2023-06-21 12:38:24 -06:00 committed by GitHub
parent 0490aeda61
commit 74abb99752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
"homepage": "https://github.com/mafintosh/tar-stream", "homepage": "https://github.com/mafintosh/tar-stream",
"dependencies": { "dependencies": {
"b4a": "^1.6.4", "b4a": "^1.6.4",
"fast-fifo": "^1.2.0",
"streamx": "^2.15.0" "streamx": "^2.15.0"
}, },
"devDependencies": { "devDependencies": {