Skip to content

Commit

Permalink
docs: modify description
Browse files Browse the repository at this point in the history
  • Loading branch information
kdn0325 committed May 3, 2024
1 parent 9a17ac1 commit 0fd06d0
Show file tree
Hide file tree
Showing 2 changed files with 18,217 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kdn0325/react-native-outlined-text",
"version": "1.0.1",
"description": "If you use text contours in React-Native, you can easily build them with this library",
"description": "Want to use text stroke or text outline in React Native? This library is easy to create",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -102,7 +102,10 @@
},
"npm": {
"publish": true,
"publishArgs": ["--access", "public"]
"publishArgs": [
"--access",
"public"
]
},
"github": {
"release": true
Expand Down
Loading

0 comments on commit 0fd06d0

Please sign in to comment.