mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
Fix e2e (regression)
This commit is contained in:
parent
5c6ee7cc63
commit
e9b95eac96
|
@ -67,9 +67,11 @@
|
||||||
"npm:dropkickjs@2.1.8": {
|
"npm:dropkickjs@2.1.8": {
|
||||||
"format": "global"
|
"format": "global"
|
||||||
},
|
},
|
||||||
"npm:openapi-sampler@0.1.2": {
|
"npm:json-schema-ref-parser@3.1.2": {
|
||||||
"main": "src/openapi-sampler",
|
"map": {
|
||||||
"format": "esm"
|
"http": "stream-http",
|
||||||
|
"https": "stream-http"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -586,8 +586,6 @@ System.config({
|
||||||
"es6-promise": "npm:es6-promise@3.2.1",
|
"es6-promise": "npm:es6-promise@3.2.1",
|
||||||
"events": "github:jspm/nodelibs-events@0.1.1",
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
||||||
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
||||||
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
||||||
"https": "github:jspm/nodelibs-https@0.1.0",
|
|
||||||
"js-yaml": "npm:js-yaml@3.6.1",
|
"js-yaml": "npm:js-yaml@3.6.1",
|
||||||
"ono": "npm:ono@2.2.1",
|
"ono": "npm:ono@2.2.1",
|
||||||
"process": "github:jspm/nodelibs-process@0.1.2",
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user