mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
chore: use tarball url for marked dependency
Allow the dependency to be installed without git.
This commit is contained in:
parent
a47a4b83c3
commit
4716ec114e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user