* fix: don't assign example if an example does not exist

fixes #4319

* v3.13.1

* rebuild dist
This commit is contained in:
kyle
2018-03-24 14:20:35 -07:00
committed by GitHub
parent 003a2e7584
commit 9c8955edd4
8 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "3.13.0",
"version": "3.13.1",
"main": "dist/swagger-ui.js",
"repository": "git@github.com:swagger-api/swagger-ui.git",
"contributors": [
@@ -84,7 +84,7 @@
"scroll-to-element": "^2.0.0",
"serialize-error": "2.0.0",
"shallowequal": "0.2.2",
"swagger-client": "^3.5.1",
"swagger-client": "^3.5.2",
"url-parse": "^1.1.8",
"whatwg-fetch": "0.11.1",
"worker-loader": "^0.7.1",