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
This commit is contained in:
Katharina Irrgang 2018-08-21 10:30:19 +02:00 committed by Kevin Ansfield
parent ac63978643
commit 47e9eb48f7
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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"