Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Oct 21, 2017
1 parent 6325b5d commit 83cca3e
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.2",
"version": "3.1.3",
"homepage": "https://github.com/micromatch/micromatch",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"extglob": "^2.0.2",
"fragment-cache": "^0.2.1",
"kind-of": "^6.0.0",
"nanomatch": "^1.2.4",
"nanomatch": "^1.2.5",
"object.pick": "^1.3.0",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
Expand Down

0 comments on commit 83cca3e

Please sign in to comment.