From 5014d4381f4a9d2d91d1b0369312f0d26cb5742b Mon Sep 17 00:00:00 2001 From: Gareth Trufitt Date: Tue, 26 Feb 2019 15:32:49 +0000 Subject: [PATCH 1/2] Add `.git` to end of `dotcom-rendering` repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5647f0b7d346..1cf96ac8140c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.2.0", "@guardian/atom-renderer": "0.17.0", - "@guardian/dotcom-rendering": "git+https://git@github.com/guardian/dotcom-rendering#version-1-alpha", + "@guardian/dotcom-rendering": "git+https://git@github.com/guardian/dotcom-rendering.git#version-1-alpha", "bean": "~1.0.14", "bonzo": "~2.0.0", "bootstrap-sass": "^3.3.7", From f3a54d2f6056545b49f5f85b45e4f328586dc865 Mon Sep 17 00:00:00 2001 From: Gareth Trufitt Date: Tue, 26 Feb 2019 15:42:23 +0000 Subject: [PATCH 2/2] Use `git` protocol instead of `https` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cf96ac8140c..af27f9345997 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.2.0", "@guardian/atom-renderer": "0.17.0", - "@guardian/dotcom-rendering": "git+https://git@github.com/guardian/dotcom-rendering.git#version-1-alpha", + "@guardian/dotcom-rendering": "git://github.com/guardian/dotcom-rendering.git#version-1-alpha", "bean": "~1.0.14", "bonzo": "~2.0.0", "bootstrap-sass": "^3.3.7",