-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed linting, fixed coercion on undefined.
- Loading branch information
Trevor Livingston
committed
Sep 19, 2014
1 parent
d6e4a78
commit 4f3fc3a
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "swaggerize-builder", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"author": "Trevor Livingston <[email protected]>", | ||
"description": "Swagger based route building.", | ||
"main": "./lib/index", | ||
|
@@ -26,7 +26,7 @@ | |
"scripts": { | ||
"test": "tape test/*.js", | ||
"cover": "istanbul cover tape -- test/*.js", | ||
"lint": "jshint -c .jshintrc lib/**/*.js" | ||
"lint": "jshint -c .jshintrc lib/*.js" | ||
}, | ||
"licenses": [ | ||
{ | ||
|