From f37e89716a4f07b2334190c92084bf8ebbf509f1 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 21 May 2018 12:38:48 +0300 Subject: [PATCH] Update github access so that heroku can access it. --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5b96b24e..29f07c5f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "redux-thunk": "^2.2.0", "sanitize.css": "^5.0.0", "sharetribe-scripts": "1.1.2", - "sharetribe-sdk": "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#b438be11d0f40f62e1a0388da745f6792420ddb1", + "sharetribe-sdk": "https://github.com/sharetribe/sharetribe-sdk-js.git#b438be11d0f40f62e1a0388da745f6792420ddb1", "smoothscroll-polyfill": "^0.4.0", "source-map-support": "^0.5.4", "url": "^0.11.0" diff --git a/yarn.lock b/yarn.lock index 388911c2..4608ed50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7599,9 +7599,9 @@ sharetribe-scripts@1.1.2: optionalDependencies: fsevents "^1.1.3" -"sharetribe-sdk@git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#b438be11d0f40f62e1a0388da745f6792420ddb1": +"sharetribe-sdk@https://github.com/sharetribe/sharetribe-sdk-js.git#b438be11d0f40f62e1a0388da745f6792420ddb1": version "0.0.1" - resolved "git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#b438be11d0f40f62e1a0388da745f6792420ddb1" + resolved "https://github.com/sharetribe/sharetribe-sdk-js.git#b438be11d0f40f62e1a0388da745f6792420ddb1" dependencies: axios "^0.15.3" js-cookie "^2.1.3"