updated deps, version

This commit is contained in:
Tony Tam
2013-07-07 00:55:11 -07:00
parent 09be20c97d
commit 8bac45d960

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "1.1.15",
"version": "2.0.0-develop",
"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.5.0",
"swagger-client": "1.0.4",
"swagger-client": "2.0.0",
"handlebars": "~1.0.10"
}
}