From 06333cad28edda1c8276f1e7a19fa270c8e8e11f Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Sun, 29 Apr 2018 14:53:05 -0700 Subject: [PATCH] chore: update package repository url to what current npm generates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e6e4a33..b6bcb035 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/elementary/houston" + "url": "git+https://github.com/elementary/houston.git" }, "engines": { "node": ">= 8.0.0"