Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
reverts mocha since it has breaking changes.
  • Loading branch information
jonschlinkert committed Oct 21, 2017
1 parent 1bd8cd8 commit d821a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "micromatch",
"description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
"version": "3.1.1",
"version": "3.1.2",
"homepage": "https://github.com/micromatch/micromatch",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"is-windows": "^1.0.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"mocha": "^4.0.1",
"mocha": "^3.2.0",
"multimatch": "^2.1.0"
},
"keywords": [
Expand Down

0 comments on commit d821a08

Please sign in to comment.