Skip to content

Commit

Permalink
Updated jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky Hulse committed Mar 5, 2013
1 parent f0e89bd commit 711a632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"strict": true,
"sub": false,
"supernew": false,
"trailing": true,
"trailing": false,
"undef": true,
"unused": true,
"validthis": false,
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-jshint": "0.2.0",
"grunt-contrib-nodeunit": "0.1.2",
"grunt-contrib-uglify": "0.1.2",
"grunt-contrib-concat": "0.1.3"
Expand Down

0 comments on commit 711a632

Please sign in to comment.