Skip to content

Commit 409c86e

Browse files
authored
Merge pull request #8 from chrisg86/bugfix/readme-package-name
fix: install instructions in readme
2 parents f5d9d51 + 3cf33da commit 409c86e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: pnpm build
2929

3030
- name: Publish to npm
31-
run: pnpm publish --access public
31+
run: pnpm publish --access public --no-git-checks
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Perfect for inline highlighting, smart mentions, tokenized UI, or simple templat
55

66
## 🚀 Install
77
```
8-
npm install react-wrap-matches
8+
npm install react-wrap-text
99
```
1010

1111
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-wrap-text",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A simple utility to wrap matching substrings in React with custom jsx components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)