From 47e9eb48f72dc63c31b27f7a8918acfdd2eaac25 Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Tue, 21 Aug 2018 10:30:19 +0200 Subject: [PATCH] Changed oembed-parser git link in package.json (#9806) no issue - git links require git to be installed which isn't likely on servers - use tarball instead --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ff65cfdb4..cba5a5e277 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "netjet": "1.3.0", "nodemailer": "0.7.1", "oauth2orize": "1.11.0", - "oembed-parser": "https://github.com/kevinansfield/oembed-parser.git#ghost", + "oembed-parser": "https://github.com/kevinansfield/oembed-parser/tarball/448496419130fa4c6c40c2471b6403bc6025f36a", "passport": "0.4.0", "passport-http-bearer": "1.0.1", "passport-oauth2-client-password": "0.1.2", diff --git a/yarn.lock b/yarn.lock index e5073a476c..6bd24ba2d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4311,9 +4311,9 @@ object.pick@^1.2.0, object.pick@^1.3.0: dependencies: isobject "^3.0.1" -"oembed-parser@https://github.com/kevinansfield/oembed-parser.git#ghost": +"oembed-parser@https://github.com/kevinansfield/oembed-parser/tarball/448496419130fa4c6c40c2471b6403bc6025f36a": version "1.1.1" - resolved "https://github.com/kevinansfield/oembed-parser.git#448496419130fa4c6c40c2471b6403bc6025f36a" + resolved "https://github.com/kevinansfield/oembed-parser/tarball/448496419130fa4c6c40c2471b6403bc6025f36a#c6bf49487c4239e7c1cadd4a85c06714e1cf6dce" dependencies: bellajs "^7.2.2" node-fetch "^2.1.2"