Skip to content

Commit

Permalink
feat: upgrade to Node 14+ with full ICU support
Browse files Browse the repository at this point in the history
BREAKING CHANGES:
- This package now requires Node 14+ to work.
- Built using ES modules instead of CJS modules
  • Loading branch information
uglow committed Jul 7, 2021
1 parent ba0e064 commit 39b90af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "commitMessageConfig.js"
"config": "commitMessageConfig.cjs"
}
},
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit 39b90af

Please sign in to comment.