Skip to content

Commit cbe0e40

Browse files
committed
[Fix] pin minimatch to v3.0.4, due to a breaking change in v3.0.5
See isaacs/minimatch#153
1 parent d75888e commit cbe0e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"has-dynamic-import": "^2.0.1",
3838
"inherits": "^2.0.4",
3939
"is-regex": "^1.1.4",
40+
"minimatch": "=3.0.4",
4041
"minimist": "^1.2.5",
4142
"object-inspect": "^1.12.0",
4243
"object-is": "^1.1.5",

0 commit comments

Comments
 (0)