Skip to content

Commit 803e9a0

Browse files
committed
Fixed CI test failure
1 parent a9d2476 commit 803e9a0

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

patches/minimatch+10.2.2.patch

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
diff --git a/node_modules/minimatch/dist/commonjs/index.js b/node_modules/minimatch/dist/commonjs/index.js
2-
index 5a0ba2a..d305d5b 100644
2+
index 5a0ba2a..0d4811d 100644
33
--- a/node_modules/minimatch/dist/commonjs/index.js
44
+++ b/node_modules/minimatch/dist/commonjs/index.js
5-
@@ -1032,4 +1032,5 @@ exports.minimatch.AST = ast_js_1.AST;
5+
@@ -1032,4 +1032,9 @@ exports.minimatch.AST = ast_js_1.AST;
66
exports.minimatch.Minimatch = Minimatch;
77
exports.minimatch.escape = escape_js_1.escape;
88
exports.minimatch.unescape = unescape_js_1.unescape;
9-
+exports.default = exports.minimatch;
9+
+var _m = exports.minimatch;
10+
+_m.default = _m;
11+
+_m.minimatch = _m;
12+
+Object.keys(exports).forEach(function(k) { if (!(k in _m)) _m[k] = exports[k]; });
13+
+module.exports = _m;
1014
//# sourceMappingURL=index.js.map
1115
\ No newline at end of file

0 commit comments

Comments
 (0)