updated package, rebuilt

This commit is contained in:
Tony Tam
2015-03-28 17:17:11 -07:00
parent 987c5d4a0c
commit 978588a8d4
3 changed files with 24 additions and 13 deletions

25
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

@@ -1,8 +1,12 @@
{
"name": "swagger-ui",
"author": "Tony Tam <fehguy@gmail.com>",
"contributors": [{
"name": "Mohsen Azimi",
"email": "me@azimi.me"
}],
"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.8-M1",
"version": "2.1.0-M2",
"homepage": "http://swagger.io",
"license": "Apache 2.0",
"scripts": {
@@ -41,6 +45,6 @@
"less": "^2.4.0",
"mocha": "^2.1.0",
"selenium-webdriver": "^2.45.0",
"swagger-client": "2.1.0-M2.alpha2"
"swagger-client": "2.1.0-M2"
}
}