Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFounds committed Apr 11, 2023
1 parent d49a6be commit 890b61f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "react-segmenter",
"type": "module",
"version": "1.0.3",
"version": "1.0.5",
"description": "A React component that utilizes Intl.Segmenter to control line breaks in Japanese text.",
"author": "NotFounds",
"license": "MIT",
"repository": "NotFounds/react-segmenter",
"keywords": ["react", "intl.segmenter"],
"source": "src/index.tsx",
"main": "dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.module.js"
"import": "./dist/index.esm.js"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 890b61f

Please sign in to comment.