mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-12 07:50:34 +03:00
Deps cleanup
This commit is contained in:
parent
636f8df664
commit
5c6ee7cc63
|
@ -41,7 +41,6 @@
|
||||||
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
|
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
|
||||||
"hint.css": "npm:hint.css@^2.2.1",
|
"hint.css": "npm:hint.css@^2.2.1",
|
||||||
"json": "github:systemjs/plugin-json@^0.1.0",
|
"json": "github:systemjs/plugin-json@^0.1.0",
|
||||||
"json-formatter-js": "npm:json-formatter-js@^0.2.0",
|
|
||||||
"json-pointer": "npm:json-pointer@^0.3.0",
|
"json-pointer": "npm:json-pointer@^0.3.0",
|
||||||
"json-schema-ref-parser": "npm:json-schema-ref-parser@^3.1.2",
|
"json-schema-ref-parser": "npm:json-schema-ref-parser@^3.1.2",
|
||||||
"marked": "npm:marked@^0.3.5",
|
"marked": "npm:marked@^0.3.5",
|
||||||
|
@ -89,7 +88,6 @@
|
||||||
"coveralls": "^2.11.9",
|
"coveralls": "^2.11.9",
|
||||||
"del": "^2.2.0",
|
"del": "^2.2.0",
|
||||||
"deploy-to-gh-pages": "^1.1.2",
|
"deploy-to-gh-pages": "^1.1.2",
|
||||||
"deploy-to-gh-pages": "^1.0.0",
|
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-concat": "^2.6.0",
|
"gulp-concat": "^2.6.0",
|
||||||
"gulp-eslint": "^1.1.1",
|
"gulp-eslint": "^1.1.1",
|
||||||
|
|
|
@ -15,27 +15,6 @@ System.config({
|
||||||
"npm:*": "jspm_packages/npm/*"
|
"npm:*": "jspm_packages/npm/*"
|
||||||
},
|
},
|
||||||
|
|
||||||
packages: {
|
|
||||||
"npm:swagger-schema-official@2.0.0-bab6bed": {
|
|
||||||
"defaultExtension": "json",
|
|
||||||
"main": "schema.json",
|
|
||||||
"meta": {
|
|
||||||
"*": {
|
|
||||||
"loader": "json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
meta: {
|
|
||||||
"jspm_packages/npm/json-formatter-js@0.2.0/src/*": {
|
|
||||||
"format": "esm"
|
|
||||||
},
|
|
||||||
"jspm_packages/npm/json-schema-view-js@0.2.0/src/*": {
|
|
||||||
"format": "esm"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
map: {
|
map: {
|
||||||
"@angular/common": "npm:@angular/common@2.0.0-rc.1",
|
"@angular/common": "npm:@angular/common@2.0.0-rc.1",
|
||||||
"@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1",
|
"@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user