fixed required param bug per #163

This commit is contained in:
Tony Tam
2013-03-08 06:19:29 -08:00
parent db4175ef57
commit 722da60f5d
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "0.1.12",
"version": "0.1.13",
"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",