Skip to content

Commit

Permalink
use a tilde range for micromatch
Browse files Browse the repository at this point in the history
The intent was to use an older version of micromatch, but the current
semver specification allows up to latest.

The carrot range will allow any version up to, but not including 3.0.0.

Switched to a tilde range which allows up to, but not including 2.2.0.
  • Loading branch information
jamestalmage committed Dec 9, 2015
1 parent 40bb454 commit 98e0a9c
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 98e0a9c

Please sign in to comment.