From 125689231b3009189c41c918901c44d808ce0c14 Mon Sep 17 00:00:00 2001 From: Suneil Nyamathi Date: Tue, 13 Jun 2017 14:35:35 -0700 Subject: [PATCH] Fix urls --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 112a8a8..ca718a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Suneil Nyamathi ", - "bugs": "http://github.com/snyamathi/semver-intersect/issues", + "bugs": "https://github.com/snyamathi/semver-intersect/issues", "contributors": [], "dependencies": { "semver": "^5.0.0" @@ -19,7 +19,7 @@ "name": "semver-intersect", "repository": { "type": "git", - "url": "git@github.com/snyamathi/semver-intersect" + "url": "git@github.com:snyamathi/semver-intersect.git" }, "scripts": { "lint": "eslint .",