Skip to content

Commit

Permalink
npm run release again 🙂
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Aug 15, 2024
1 parent 3be2180 commit 3b315f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/merge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126052,7 +126052,7 @@ function getDefaultGlobOptions(includeHiddenFiles) {
followSymbolicLinks: true,
implicitDescendants: true,
omitBrokenSymbolicLinks: true,
excludeHiddenFiles: !includeHiddenFiles,
excludeHiddenFiles: !includeHiddenFiles
};
}
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/upload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125807,7 +125807,7 @@ function getDefaultGlobOptions(includeHiddenFiles) {
followSymbolicLinks: true,
implicitDescendants: true,
omitBrokenSymbolicLinks: true,
excludeHiddenFiles: !includeHiddenFiles,
excludeHiddenFiles: !includeHiddenFiles
};
}
/**
Expand Down

0 comments on commit 3b315f2

Please sign in to comment.