Skip to content

Commit

Permalink
update glob and tap
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 22, 2015
1 parent 0957cbd commit 405a162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"bin": "./bin.js",
"dependencies": {
"glob": "^5.0.14"
"glob": "^6.0.1"
},
"files": [
"LICENSE",
Expand All @@ -21,6 +21,6 @@
],
"devDependencies": {
"mkdirp": "^0.5.1",
"tap": "^1.3.1"
"tap": "^2.3.4"
}
}

0 comments on commit 405a162

Please sign in to comment.