chore: use tarball url for marked dependency

Allow the dependency to be installed without git.
This commit is contained in:
Luigi Pinca 2018-11-27 21:08:00 +01:00
parent a47a4b83c3
commit 4716ec114e

View File

@ -139,7 +139,7 @@
"json-schema-ref-parser": "^6.0.1",
"lunr": "^2.3.2",
"mark.js": "^8.11.1",
"marked": "https://github.com/markedjs/marked#fb48827",
"marked": "https://github.com/markedjs/marked/archive/fb48827.tar.gz",
"memoize-one": "^4.0.0",
"mobx-react": "^5.2.5",
"openapi-sampler": "1.0.0-beta.14",