Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennGeenen committed Feb 27, 2015
1 parent a7c4f93 commit 296cb96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Expand Up @@ -10,6 +10,5 @@
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -28,10 +28,10 @@
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0",
"grunt": "~0.4.1"
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.5"
},
"keywords": []
}

0 comments on commit 296cb96

Please sign in to comment.