Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make npm test look prettier
  • Loading branch information
davglass committed Aug 24, 2012
1 parent aca25d6 commit cecaf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
}, },
"scripts": { "scripts": {
"pretest": "jslint --white --sloppy --node --stupid --nomen --plusplus ./lib/*.js ./lib/*/*.js", "pretest": "jslint --white --sloppy --node --stupid --nomen --plusplus ./lib/*.js ./lib/*/*.js",
"test": "vows ./tests/*.js" "test": "vows --spec ./tests/*.js"
}, },
"devDependencies": { "devDependencies": {
"jslint": "*", "jslint": "*",
Expand Down

0 comments on commit cecaf28

Please sign in to comment.