Skip to content

Commit

Permalink
4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Aug 23, 2024
1 parent a0e6841 commit 8bd704e
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "micromatch",
"description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
"version": "4.0.7",
"version": "4.0.8",
"homepage": "https://github.com/micromatch/micromatch",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand All @@ -26,7 +26,9 @@
"url": "https://github.com/micromatch/micromatch/issues"
},
"license": "MIT",
"files": ["index.js"],
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=8.6"
Expand Down Expand Up @@ -88,14 +90,30 @@
"verb": {
"toc": "collapsible",
"layout": "default",
"tasks": ["readme"],
"plugins": ["gulp-format-md"],
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"related": {
"list": ["braces", "expand-brackets", "extglob", "fill-range", "nanomatch"]
"list": [
"braces",
"expand-brackets",
"extglob",
"fill-range",
"nanomatch"
]
},
"reflinks": ["extglob", "fill-range", "glob-object", "minimatch", "multimatch"]
"reflinks": [
"extglob",
"fill-range",
"glob-object",
"minimatch",
"multimatch"
]
}
}

1 comment on commit 8bd704e

@Xoxo1988
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you I still don’t know what to do I’m learning slowly lol

Please sign in to comment.