Skip to content

Commit 35d3fbc

Browse files
committed
chore: add package exclusion
1 parent 6bbeab6 commit 35d3fbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ const EXCEPTIONS = [
8484
'commitlint',
8585
'lottie-web',
8686
'ethereum-block-by-date',
87-
'@commitlint/config-conventional'
87+
'@commitlint/config-conventional',
88+
'@formatjs/intl-numberformat'
8889
];
8990
const CUSTOM_DIST = {
9091
['babel-core']: 'bridge'

0 commit comments

Comments
 (0)