Skip to content

Commit

Permalink
Merge pull request #88 from jamestalmage/restrict-micromatch
Browse files Browse the repository at this point in the history
use a tilde range for micromatch
  • Loading branch information
bcoe committed Dec 9, 2015
2 parents 40bb454 + 98e0a9c commit 8107847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"glob": "^5.0.14",
"istanbul": "^0.4.1",
"lodash": "^3.10.0",
"micromatch": "^2.1.6",
"micromatch": "~2.1.6",
"mkdirp": "^0.5.0",
"rimraf": "^2.4.2",
"signal-exit": "^2.1.1",
Expand Down

0 comments on commit 8107847

Please sign in to comment.