Skip to content

Commit 8bd704e

Browse files
committed
4.0.8
1 parent a0e6841 commit 8bd704e

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

package.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "micromatch",
33
"description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
4-
"version": "4.0.7",
4+
"version": "4.0.8",
55
"homepage": "https://github.com/micromatch/micromatch",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [
@@ -26,7 +26,9 @@
2626
"url": "https://github.com/micromatch/micromatch/issues"
2727
},
2828
"license": "MIT",
29-
"files": ["index.js"],
29+
"files": [
30+
"index.js"
31+
],
3032
"main": "index.js",
3133
"engines": {
3234
"node": ">=8.6"
@@ -88,14 +90,30 @@
8890
"verb": {
8991
"toc": "collapsible",
9092
"layout": "default",
91-
"tasks": ["readme"],
92-
"plugins": ["gulp-format-md"],
93+
"tasks": [
94+
"readme"
95+
],
96+
"plugins": [
97+
"gulp-format-md"
98+
],
9399
"lint": {
94100
"reflinks": true
95101
},
96102
"related": {
97-
"list": ["braces", "expand-brackets", "extglob", "fill-range", "nanomatch"]
103+
"list": [
104+
"braces",
105+
"expand-brackets",
106+
"extglob",
107+
"fill-range",
108+
"nanomatch"
109+
]
98110
},
99-
"reflinks": ["extglob", "fill-range", "glob-object", "minimatch", "multimatch"]
111+
"reflinks": [
112+
"extglob",
113+
"fill-range",
114+
"glob-object",
115+
"minimatch",
116+
"multimatch"
117+
]
100118
}
101119
}

0 commit comments

Comments
 (0)