Comparing version 0.1.4 to 0.1.5
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author" : "Reid Burke <me@reidburke.com>", | ||
@@ -26,3 +26,3 @@ "contributors": [ | ||
"engines": { | ||
"node": ">=0.6.0" | ||
"node": ">=0.4.12" | ||
}, | ||
@@ -29,0 +29,0 @@ "directories": { |
@@ -7,6 +7,4 @@ # node-jslint | ||
jslint lib/worker.js lib/server.js # Multiple files | ||
jslint --white --onevar --regexp app.js # All JSLint options supported | ||
jslint --white --vars --regexp app.js # All JSLint options supported | ||
jslint --bitwise false app.js # Defaults to true, but you can specify false | ||
jslint --goodparts --undef false app.js # The Good Parts, except undef | ||
jslint -gp app.js # Shorthand for --goodparts: -gp | ||
find . -name "*.js" -print0 | xargs -0 jslint # JSLint your entire project | ||
@@ -13,0 +11,0 @@ |
253543
24