Skip to content

Commit d49a6be

Browse files
committed
Release v1.0.3
1 parent b5710ba commit d49a6be

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
"name": "react-segmenter",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
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"],
10-
"main": "dist/index.js",
11-
"module": "dist/index.module.js",
12-
"unpkg": "dist/index.umd.js",
1310
"source": "src/index.tsx",
11+
"main": "dist/index.cjs",
1412
"exports": {
1513
"require": "./dist/index.cjs",
16-
"default": "./dist/index.modern.js"
14+
"default": "./dist/index.module.js"
1715
},
1816
"engines": {
1917
"node": ">=18"

0 commit comments

Comments
 (0)