From b4cfe1e822c1858c16184193a805f5df26872c5a Mon Sep 17 00:00:00 2001 From: Fritz Lin Date: Wed, 18 Jun 2014 00:02:02 +0800 Subject: [PATCH] Correct repository url It's https:// instead, though it would automatically redirect. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f8ccb706..194402a83 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "Mikeal Rogers ", "repository": { "type": "git", - "url": "http://github.com/mikeal/request.git" + "url": "https://github.com/mikeal/request.git" }, "bugs": { "url": "http://github.com/mikeal/request/issues"