Skip to content

Commit

Permalink
fix(build): fix scope for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jafin committed Apr 2, 2022
1 parent c63898a commit 4bdf75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "@jafin/react-tooltip",
"name": "@codefork/react-tooltip",
"version": "4.3.0",
"description": "react tooltip component",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"build:watch": "rollup -c -w",
"start": "npm-run-all clean build:watch",
"gh-pages": "gh-pages -d example",
"github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body",
"github-changes": "github-changes -o jafin -r react-tooltip -a --only-pulls --use-commit-body",
"copy:types": "copyfiles ./out-tsc/src/**/*.d.ts dist/ --up 2",
"cm": "git cz",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 4bdf75b

Please sign in to comment.