diff --git a/package.json b/package.json index 08929a05..8464f0c8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "json": "github:systemjs/plugin-json@^0.1.0", "json-pointer": "npm:json-pointer@^0.3.0", "json-schema-ref-parser": "npm:json-schema-ref-parser@^3.1.2", - "openapi-sampler": "npm:openapi-sampler@0.2.0", + "openapi-sampler": "npm:openapi-sampler@^0.3.0", "prismjs": "npm:prismjs@^1.3.0", "remarkable": "npm:remarkable@^1.6.2", "rxjs": "npm:rxjs@5.0.0-beta.6", @@ -60,10 +60,6 @@ "systemjs/plugin-json": "github:systemjs/plugin-json@^0.1.0" }, "overrides": { - "npm:openapi-sampler@0.2.0": { - "main": "src/openapi-sampler", - "format": "esm" - }, "npm:dropkickjs@2.1.8": { "format": "global" }, @@ -72,6 +68,10 @@ "http": "stream-http", "https": "stream-http" } + }, + "npm:openapi-sampler@0.3.0": { + "main": "src/openapi-sampler", + "format": "esm" } } }, diff --git a/system.config.js b/system.config.js index c91cace9..f6dd3dcd 100644 --- a/system.config.js +++ b/system.config.js @@ -19,8 +19,8 @@ System.config({ "@angular/common": "npm:@angular/common@2.0.0-rc.4", "@angular/compiler": "npm:@angular/compiler@2.0.0-rc.4", "@angular/core": "npm:@angular/core@2.0.0-rc.4", - "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@2.0.0-rc.4", "@angular/platform-browser": "npm:@angular/platform-browser@2.0.0-rc.4", + "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@2.0.0-rc.4", "babel": "npm:babel-core@5.8.34", "babel-runtime": "npm:babel-runtime@5.8.34", "clean-css": "npm:clean-css@3.4.17", @@ -33,7 +33,7 @@ System.config({ "json-formatter-js": "npm:json-formatter-js@0.2.0", "json-pointer": "npm:json-pointer@0.3.0", "json-schema-ref-parser": "npm:json-schema-ref-parser@3.1.2", - "openapi-sampler": "npm:openapi-sampler@0.2.0", + "openapi-sampler": "npm:openapi-sampler@0.3.0", "prismjs": "npm:prismjs@1.3.0", "remarkable": "npm:remarkable@1.6.2", "rxjs": "npm:rxjs@5.0.0-beta.6", @@ -654,9 +654,6 @@ System.config({ "process": "github:jspm/nodelibs-process@0.1.2", "util": "github:jspm/nodelibs-util@0.1.0" }, - "npm:openapi-sampler@0.2.0": { - "process": "github:jspm/nodelibs-process@0.1.2" - }, "npm:os-browserify@0.1.2": { "os": "github:jspm/nodelibs-os@0.1.0" },