Skip to content

Commit

Permalink
chore: move the types declaration of react-intl inside exports
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Feb 6, 2025
1 parent 1af3a6f commit 53acfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/react-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.1.3",
"description": "Minimal RSC-compatible wrapper around react-intl",
"main": "client.js",
"types": "index.d.ts",
"private": false,
"publishConfig": {
"access": "public"
Expand All @@ -24,6 +23,7 @@
},
"exports": {
".": {
"types": "./index.d.ts",
"react-server": "./server.js",
"default": "./client.js"
}
Expand Down

0 comments on commit 53acfbd

Please sign in to comment.