diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3769c60..a4253ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,6 @@ jobs: run: pnpm build - name: Publish to npm - run: pnpm publish --access public + run: pnpm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} diff --git a/README.md b/README.md index 1989c8d..5691a5b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Perfect for inline highlighting, smart mentions, tokenized UI, or simple templat ## 🚀 Install ``` -npm install react-wrap-matches +npm install react-wrap-text ``` ## Usage diff --git a/package.json b/package.json index 0c175d5..0e276c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-wrap-text", - "version": "0.1.4", + "version": "0.1.5", "description": "A simple utility to wrap matching substrings in React with custom jsx components", "type": "module", "main": "dist/index.js",