Skip to content

Commit cabae24

Browse files
committed
add entrypoint for react-intl
1 parent 509867e commit cabae24

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"url": "git+https://github.com/aboutbits/zod-locales-formatjs.git"
3636
},
3737
"files": [
38-
"dist/"
38+
"dist/",
39+
"react-intl/"
3940
],
4041
"publishConfig": {
4142
"access": "public"

react-intl/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"internal": true,
3+
"main": "../dist/cjs/react-intl.js",
4+
"module": "../dist/esm/react-intl.js",
5+
"types": "../dist/cjs/react-intl.d.ts"
6+
}

0 commit comments

Comments
 (0)