updated swagger-js, rebuilt

This commit is contained in:
Tony Tam
2015-05-13 07:24:57 -04:00
parent 95bf95e91f
commit bf7164119b
4 changed files with 13 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "swagger-ui",
"main": "dist/index.html",
"version": "2.1.8-M1",
"version": "2.1.3-M2",
"authors": [
"Mohsen Azimi <me@azimi.me>"
],

16
dist/swagger-ui.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8,7 +8,7 @@
}
],
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"version": "2.1.2-M2",
"version": "2.1.3-M2",
"homepage": "http://swagger.io",
"license": "Apache 2.0",
"main": "dist/swagger-ui.js",
@@ -50,6 +50,6 @@
"less": "^2.4.0",
"mocha": "^2.1.0",
"selenium-webdriver": "^2.45.0",
"swagger-client": "2.1.4-M2"
"swagger-client": "2.1.5-M2"
}
}