Skip to content

Commit

Permalink
getting npm test to run successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftyfactorauthentication committed Oct 1, 2015
1 parent 0d1e70a commit 325afe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"latedef": true,
"node": true
"node": true,
"-W024": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"coveralls": "^2.11.2",
"istanbul": "^0.3.14",
"jscs": "^2.0.0",
"jshint": "^2.7.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"rewire": "^2.3.3",
"rimraf": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/spec_linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ module.exports = function (linter) {

return results;
}
}
};
};

0 comments on commit 325afe6

Please sign in to comment.