updated versions

This commit is contained in:
Tony Tam
2014-09-18 21:26:12 -07:00
parent 6675568d09
commit a26651a3bd

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "2.0.24",
"version": "2.0.25",
"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.6.3",
"swagger-client": "2.0.36",
"swagger-client": "2.0.41",
"handlebars": "~1.0.10",
"less": "~1.4.2"
}