From e2a659cb7bfa1c8a38a636950acb25d2d97dc412 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 11 Feb 2016 21:29:58 -0500 Subject: [PATCH] chore(semantic-release): --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e0331b4..a9a2a46d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "description": "Test, mock, and track HTTP requests & responses between libraries, sockets and APIs", "author": "Ahmad Nassri (https://www.mashape.com/)", "homepage": "https://mockbin.org/", - "repository": "Mashape/mockbin", + "repository": { + "type": "git", + "url": "git+https://github.com/Mashape/mockbin.git" + }, "license": "MIT", "main": "src/index", "bin": "bin/mockbin",