Skip to content

Commit b5a5646

Browse files
authored
Merge pull request #3 from code-rabi/benr/github-link
feat: repo metasata
2 parents 75285df + 3500cc6 commit b5a5646

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolception",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",
@@ -64,5 +64,12 @@
6464
"ai",
6565
"llm",
6666
"agents"
67-
]
67+
],
68+
"repository": {
69+
"type": "git",
70+
"url": "https://github.com/code-rabi/toolception.git"
71+
},
72+
"bugs": {
73+
"url": "https://github.com/code-rabi/toolception/issues"
74+
}
6875
}

0 commit comments

Comments
 (0)