-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: Update version to 3.2.4 Use export default Set format as esm Just use regex instead of replaceAll to fix error on lower version of node Update README.md Bump husky from 8.0.2 to 8.0.3 Bump esbuild from 0.16.12 to 0.16.13
- Loading branch information
Showing
5 changed files
with
110 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
const config = { | ||
export default { | ||
verbose: true, | ||
testPathIgnorePatterns: ['rn-versions', 'patches'], | ||
}; | ||
|
||
module.exports = config; |
Oops, something went wrong.