Cleanup and add update docs

This commit is contained in:
Mohsen Azimi
2015-01-29 16:36:09 -08:00
parent 030cea26d8
commit fc632e1997
3 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
"version": "2.1.0-alpha.7",
"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",
"build": "./node_modules/gulp/bin/gulp.js;",
"test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha src/test/e2e/index.js"
},
"repository": {