Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 27, 2015
1 parent eebd9d4 commit 04edc58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -17,20 +17,20 @@
"license": "MIT",
"main": "lib/matchdep",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"findup-sync": "~0.1.2",
"resolve": "~0.5.1",
"stack-trace": "0.0.7",
"globule": "~0.1.0"
"findup-sync": "~0.3.0",
"resolve": "~1.1.6",
"stack-trace": "0.0.9",
"globule": "~0.2.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.1",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt": "~0.4.1"
},
"keywords": [
Expand Down

0 comments on commit 04edc58

Please sign in to comment.