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 b5710ba commit d49a6beCopy full SHA for d49a6be
package.json
@@ -1,19 +1,17 @@
1
{
2
"name": "react-segmenter",
3
"type": "module",
4
- "version": "1.0.2",
+ "version": "1.0.3",
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
- "main": "dist/index.js",
11
- "module": "dist/index.module.js",
12
- "unpkg": "dist/index.umd.js",
13
"source": "src/index.tsx",
+ "main": "dist/index.cjs",
14
"exports": {
15
"require": "./dist/index.cjs",
16
- "default": "./dist/index.modern.js"
+ "default": "./dist/index.module.js"
17
},
18
"engines": {
19
"node": ">=18"
0 commit comments