From 30869e32563df365434561d8cb8b778375e4b5da Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Thu, 14 May 2015 17:03:26 -0700 Subject: [PATCH] update repo --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0d69e1a..d5d73ed 100644 --- a/package.json +++ b/package.json @@ -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 ", "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" + } }