Skip to content

Commit

Permalink
Run linting on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Oct 14, 2015
1 parent ce8719e commit 9fe29f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A node library and command line tool to test the integrity of your internal an external hyperlinks",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "npm run lint",
"lint": "jshint ."
},
"repository": {
Expand Down

0 comments on commit 9fe29f3

Please sign in to comment.