Skip to content

Commit 890b61f

Browse files
committed
Release v1.0.5
1 parent d49a6be commit 890b61f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "react-segmenter",
33
"type": "module",
4-
"version": "1.0.3",
4+
"version": "1.0.5",
55
"description": "A React component that utilizes Intl.Segmenter to control line breaks in Japanese text.",
66
"author": "NotFounds",
77
"license": "MIT",
88
"repository": "NotFounds/react-segmenter",
99
"keywords": ["react", "intl.segmenter"],
1010
"source": "src/index.tsx",
1111
"main": "dist/index.cjs",
12+
"types": "./dist/index.d.ts",
1213
"exports": {
1314
"require": "./dist/index.cjs",
14-
"default": "./dist/index.module.js"
15+
"import": "./dist/index.esm.js"
1516
},
1617
"engines": {
1718
"node": ">=18"

0 commit comments

Comments
 (0)