Skip to content

Commit

Permalink
chore: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Nov 3, 2023
1 parent 18348f5 commit 4bbcb90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/react-intl-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-universal",
"version": "2.7.5",
"version": "2.8.0",
"description": "Internationalize React apps. Not only for React component but also for Vanilla JS.",
"keywords": [
"intl",
Expand All @@ -19,7 +19,8 @@
"exports": {
".": {
"import": "./es/index.js",
"require": "./lib/index.js"
"require": "./lib/index.js",
"types": "./typings/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 4bbcb90

Please sign in to comment.