Skip to content

Commit

Permalink
use jshint instead of jslint
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfish committed Jun 13, 2013
1 parent 9dc4528 commit 92e379c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"devDependencies": {
"chai": "*",
"istanbul": "*",
"jslint": "*",
"jshint": "*",
"mocha": "*",
"xunit-file": "*"
},
"scripts": {
"cover": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/mocha/bin/_mocha tests/lib/*.js --reporter spec",
"test": "./node_modules/.bin/jslint lib/*.js tests/lib/*.js && ./node_modules/.bin/_mocha tests/lib/*.js --reporter spec"
"test": "./node_modules/.bin/jshint lib/*.js tests/lib/*.js && ./node_modules/.bin/_mocha tests/lib/*.js --reporter spec"
},
"license": "BSD",
"yahoo": {
Expand All @@ -35,4 +35,4 @@
"component": "General"
}
}
}
}

0 comments on commit 92e379c

Please sign in to comment.