This commit is contained in:
Mathias Buus 2023-06-17 21:47:48 +02:00
parent 77070c668b
commit 6c30681b3a

View file

@ -1,6 +1,6 @@
{ {
"name": "tar-stream", "name": "tar-stream",
"version": "3.1.0", "version": "3.1.1",
"description": "tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", "description": "tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
"main": "index.js", "main": "index.js",
"files": [ "files": [