fixed file param name

This commit is contained in:
Tony Tam
2013-05-30 01:25:20 -07:00
parent b5d2f21a6d
commit dbfb1adc26
5 changed files with 36 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "0.1.13",
"version": "0.1.14",
"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.2",
"swagger-client": "1.0.3",
"handlebars": "~1.0.10"
}
}