Skip to content

Commit 9cc27cc

Browse files
committed
Prepare for 4.0.7 with picomatch v2
1 parent 90dc0cd commit 9cc27cc

1 file changed

Lines changed: 6 additions & 24 deletions

File tree

package.json

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
"url": "https://github.com/micromatch/micromatch/issues"
2727
},
2828
"license": "MIT",
29-
"files": [
30-
"index.js"
31-
],
29+
"files": ["index.js"],
3230
"main": "index.js",
3331
"engines": {
3432
"node": ">=8.6"
@@ -37,7 +35,7 @@
3735
"test": "mocha"
3836
},
3937
"dependencies": {
40-
"braces": "^3.0.2",
38+
"braces": "^3.0.3",
4139
"picomatch": "^2.3.1"
4240
},
4341
"devDependencies": {
@@ -90,30 +88,14 @@
9088
"verb": {
9189
"toc": "collapsible",
9290
"layout": "default",
93-
"tasks": [
94-
"readme"
95-
],
96-
"plugins": [
97-
"gulp-format-md"
98-
],
91+
"tasks": ["readme"],
92+
"plugins": ["gulp-format-md"],
9993
"lint": {
10094
"reflinks": true
10195
},
10296
"related": {
103-
"list": [
104-
"braces",
105-
"expand-brackets",
106-
"extglob",
107-
"fill-range",
108-
"nanomatch"
109-
]
97+
"list": ["braces", "expand-brackets", "extglob", "fill-range", "nanomatch"]
11098
},
111-
"reflinks": [
112-
"extglob",
113-
"fill-range",
114-
"glob-object",
115-
"minimatch",
116-
"multimatch"
117-
]
99+
"reflinks": ["extglob", "fill-range", "glob-object", "minimatch", "multimatch"]
118100
}
119101
}

0 commit comments

Comments
 (0)