update repo

This commit is contained in:
Max Ogden 2015-05-14 17:03:26 -07:00
parent fb3f4fa73f
commit 30869e3256

View file

@ -2,10 +2,6 @@
"name": "tar-stream",
"version": "1.1.4",
"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": {
"type": "git",
"url": "git://github.com:mafintosh/tar-stream.git"
},
"author": "Mathias Buus <mathiasbuus@gmail.com>",
"engines": {
"node": ">= 0.8.0"
@ -51,5 +47,9 @@
"directories": {
"test": "test"
},
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/tar-stream.git"
}
}