This commit is contained in:
Mathias Buus 2014-03-24 15:55:08 +01:00
parent 29189bf90d
commit f359eba069

View file

@ -1,6 +1,6 @@
{
"name": "tar-stream",
"version": "0.2.5",
"version": "0.3.0",
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
"repository": "git://github.com:mafintosh/tar-stream.git",
"author": "Mathias Buus <mathiasbuus@gmail.com>",
@ -17,7 +17,7 @@
"readable-stream": "~1.1.9"
},
"scripts": {
"test": "tap test/*.js"
"test": "tap test/*.js"
},
"keywords": [
"tar",