Skip to content

Commit eff2d6c

Browse files
committed
chore: improve package.json
- Adds NPM keywords - Adds homepage to docs - Maybe fixes repo link on npm?
1 parent 6ea4bb6 commit eff2d6c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "kient",
33
"version": "2.0.1-5",
4-
"repository": "github:zSoulweaver/kient",
4+
"homepage": "https://kient.pages.dev",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com:zSoulweaver/kient.git"
8+
},
9+
"license": "MIT",
10+
"keywords": [
11+
"kick",
12+
"api",
13+
"livestream",
14+
"bot"
15+
],
516
"type": "module",
617
"exports": {
718
".": {

0 commit comments

Comments
 (0)