Skip to content

Commit

Permalink
Update dependencies. Closes gh-6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Mar 14, 2014
1 parent e6619e9 commit 3a71072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"test": "grunt nodeunit"
},
"dependencies": {
"glob": "~3.1.21",
"lodash": "~1.0.1"
"glob": "~3.2.9",
"lodash": "~2.4.1"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2"
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-nodeunit": "~0.3.3"
},
"keywords": [
"find",
Expand Down

0 comments on commit 3a71072

Please sign in to comment.