Skip to content

Commit 9defe7d

Browse files
committed
fix: homepage url in pkg
1 parent 788b82a commit 9defe7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": false,
33
"name": "@arif-un/react-mix-tag-input",
4+
"homepage": "https://arif-un.github.io/react-mix-tag-input/#custom-tag-view",
45
"version": "1.5.0",
56
"description": "A simple react component for inputting tags with a mix of text",
67
"module": "dist/index.d.ts",
@@ -115,4 +116,4 @@
115116
"@tiptap/extension-text": "^2.5.8",
116117
"@tiptap/react": "^2.5.8"
117118
}
118-
}
119+
}

0 commit comments

Comments
 (0)