We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49a6be commit 890b61fCopy full SHA for 890b61f
package.json
@@ -1,17 +1,18 @@
1
{
2
"name": "react-segmenter",
3
"type": "module",
4
- "version": "1.0.3",
+ "version": "1.0.5",
5
"description": "A React component that utilizes Intl.Segmenter to control line breaks in Japanese text.",
6
"author": "NotFounds",
7
"license": "MIT",
8
"repository": "NotFounds/react-segmenter",
9
"keywords": ["react", "intl.segmenter"],
10
"source": "src/index.tsx",
11
"main": "dist/index.cjs",
12
+ "types": "./dist/index.d.ts",
13
"exports": {
14
"require": "./dist/index.cjs",
- "default": "./dist/index.module.js"
15
+ "import": "./dist/index.esm.js"
16
},
17
"engines": {
18
"node": ">=18"
0 commit comments