Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "redoc", | ||
"description": "Swagger-generated API Reference Documentation", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"repository": { | ||
@@ -18,3 +18,3 @@ "type": "git", | ||
"e2e": "gulp e2e --prod", | ||
"deploy": "node ./build/prepare_deploy.js && deploy-to-gh-pages demo" | ||
"deploy": "node ./build/prepare_deploy.js && deploy-to-gh-pages --update demo" | ||
}, | ||
@@ -47,5 +47,5 @@ "keywords": [ | ||
"json-pointer": "npm:json-pointer@^0.3.0", | ||
"json-schema-instantiator": "npm:json-schema-instantiator@^0.3.0", | ||
"json-schema-ref-parser": "npm:json-schema-ref-parser@^3.1.2", | ||
"marked": "npm:marked@^0.3.5", | ||
"openapi-sampler": "npm:openapi-sampler@^0.1.2", | ||
"prismjs": "npm:prismjs@^1.3.0", | ||
@@ -68,2 +68,6 @@ "rxjs": "npm:rxjs@5.0.0-beta.6", | ||
"format": "global" | ||
}, | ||
"npm:openapi-sampler@0.1.2": { | ||
"main": "src/openapi-sampler", | ||
"format": "esm" | ||
} | ||
@@ -78,3 +82,3 @@ } | ||
"del": "^2.2.0", | ||
"deploy-to-gh-pages": "^1.0.0", | ||
"deploy-to-gh-pages": "^1.1.2", | ||
"gulp": "^3.9.1", | ||
@@ -81,0 +85,0 @@ "gulp-concat": "^2.6.0", |
@@ -56,5 +56,5 @@ System.config({ | ||
"json-pointer": "npm:json-pointer@0.3.0", | ||
"json-schema-instantiator": "npm:json-schema-instantiator@0.3.0", | ||
"json-schema-ref-parser": "npm:json-schema-ref-parser@3.1.2", | ||
"marked": "npm:marked@0.3.5", | ||
"openapi-sampler": "npm:openapi-sampler@0.1.2", | ||
"prismjs": "npm:prismjs@1.3.0", | ||
@@ -61,0 +61,0 @@ "rxjs": "npm:rxjs@5.0.0-beta.6", |
Sorry, the diff of this file is too big to display
1179571
6254