Skip to content

Commit

Permalink
fix: expose /iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchal committed Mar 19, 2023
1 parent aee812a commit 30276ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
"default": "./intl.js",
"types": "./intl.ts"
},
"./iterable": {
"import": "./iterable.js",
"require": "./iterable.cjs",
"default": "./iterable.js",
"types": "./iterable.ts"
},
"./math": {
"import": "./math.js",
"require": "./math.cjs",
Expand Down

0 comments on commit 30276ca

Please sign in to comment.