updated versions

This commit is contained in:
Tony Tam
2014-08-01 17:34:15 -07:00
parent c17cc1010f
commit 9955bcc69f
4 changed files with 7 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "2.0.18",
"version": "2.0.19",
"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",
@@ -18,8 +18,8 @@
"license": "Apache",
"readmeFilename": "README.md",
"dependencies": {
"coffee-script": "~1.5.0",
"swagger-client": "2.0.29",
"coffee-script": "~1.6.3",
"swagger-client": "2.0.34",
"handlebars": "~1.0.10",
"less": "~1.4.2"
}