Fix e2e (regression)

This commit is contained in:
Roman Hotsiy 2016-06-18 12:43:00 +03:00
parent 5c6ee7cc63
commit e9b95eac96
2 changed files with 5 additions and 5 deletions

View File

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

View File

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