Skip to content

Commit 7c756b3

Browse files
committedJan 24, 2021
Rename master branch to main
1 parent d0030ba commit 7c756b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ declare const del: {
4343
Note that glob patterns can only contain forward-slashes, not backward-slashes. Windows file paths can use backward-slashes as long as the path does not contain any glob-like characters, otherwise use `path.posix.join()` instead of `path.join()`.
4444
4545
@param patterns - See the supported [glob patterns](https://github.com/sindresorhus/globby#globbing-patterns).
46-
- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/master/test/test.js)
46+
- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/main/test/test.js)
4747
- [Quick globbing pattern overview](https://github.com/sindresorhus/multimatch#globbing-patterns)
4848
@param options - You can specify any of the [`globby` options](https://github.com/sindresorhus/globby#options) in addition to the `del` options. In contrast to the `globby` defaults, `expandDirectories`, `onlyFiles`, and `followSymbolicLinks` are `false` by default.
4949
@returns The deleted paths.
@@ -59,7 +59,7 @@ declare const del: {
5959
Note that glob patterns can only contain forward-slashes, not backward-slashes. Windows file paths can use backward-slashes as long as the path does not contain any glob-like characters, otherwise use `path.posix.join()` instead of `path.join()`.
6060
6161
@param patterns - See the supported [glob patterns](https://github.com/sindresorhus/globby#globbing-patterns).
62-
- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/master/test/test.js)
62+
- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/main/test/test.js)
6363
- [Quick globbing pattern overview](https://github.com/sindresorhus/multimatch#globbing-patterns)
6464
@param options - You can specify any of the [`globby` options](https://github.com/sindresorhus/globby#options) in addition to the `del` options. In contrast to the `globby` defaults, `expandDirectories`, `onlyFiles`, and `followSymbolicLinks` are `false` by default.
6565
@returns The deleted paths.

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Type: `string | string[]`
6767

6868
See the supported [glob patterns](https://github.com/sindresorhus/globby#globbing-patterns).
6969

70-
- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/master/test/test.js)
70+
- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/main/test/test.js)
7171
- [Quick globbing pattern overview](https://github.com/sindresorhus/multimatch#globbing-patterns)
7272

7373
#### options

0 commit comments

Comments
 (0)
Please sign in to comment.