8000 fix: update globby to latest version · coderbyheart/github@2b5e557 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b5e557

Browse files
committed
fix: update globby to latest version
1 parent c290940 commit 2b5e557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/glob-assets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = async ({cwd}, assets) =>
4343
// - other properties of the original asset definition
4444
return globbed.map(file => ({...asset, path: file, name: basename(file)}));
4545
}
46+
4647
// If asset is an Object, output an Object definition with:
4748
// - `path` of the matched file if there is one, or the original `path` definition (will be considered as a missing file)
4849
// - other properties of the original asset definition

0 commit comments

Comments
 (0)
0