Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 2c91ae0

Browse files
committedJul 28, 2019
SEMIBREAKING: Update to latest globby release
globby 10.x uses a new version of fast-glob which can in edge cases break some previously working glob patterns. See: * https://github.com/sindresorhus/globby/releases/tag/v10.0.0 * https://github.com/mrmlnc/fast-glob/releases/tag/3.0.0
1 parent fb09c07 commit 2c91ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"builtins": "^2.0.0",
2424
"debug": "^4.0.0",
2525
"detective": "^5.0.2",
26-
"globby": "^9.2.0",
26+
"globby": "^10.0.1",
2727
"is-relative": "^1.0.0",
2828
"micromatch": "^3.0.0",
2929
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)
This repository has been archived.