updated swagger.js dependency for #136

This commit is contained in:
Tony Tam
2013-02-20 08:53:25 -08:00
parent a79a6600cc
commit e7e95c372e
2 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "0.1.10",
"version": "0.1.11",
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"scripts": {
"build": "PATH=$PATH:./node_modules/.bin cake dist",
@@ -19,7 +19,7 @@
"readmeFilename": "README.md",
"dependencies": {
"coffee-script": "~1.4.0",
"swagger-client": "1.0.x",
"swagger-client": "1.0.1",
"handlebars": "~1.0.8"
}
}