Skip to content

Commit

Permalink
fix: homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
cinaaaa committed Mar 31, 2023
1 parent fd6a2a5 commit 0d7f1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-tagify/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "react-tagify",
"version": "1.0.6",
"version": "1.0.7",
"description": "Empower your React applications with effortless #tag and @mention support",
"author": "Sina Farhadi",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -27,7 +28,6 @@
"vite": "^2.7.13",
"vite-plugin-dts": "^0.9.9"
},
"license": "UNLICENSED",
"peerDependencies": {
"react": "^16.8.0 || 17.x",
"react-dom": "^16.8.0 || 17.x",
Expand Down Expand Up @@ -57,7 +57,7 @@
"bugs": {
"url": "https://github.com/cinaaaa/react-tagify/issues"
},
"homepage": "https://cinaaaa.github.io/react-tagify/",
"homepage": "https://react-tagify-site.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/cinaaaa/react-tagify.git"
Expand Down

0 comments on commit 0d7f1df

Please sign in to comment.