diff --git a/package.json b/package.json index 240d1a8..0ffa137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toolception", - "version": "0.2.0", + "version": "0.2.1", "private": false, "type": "module", "main": "dist/index.js", @@ -64,5 +64,12 @@ "ai", "llm", "agents" - ] + ], + "repository": { + "type": "git", + "url": "https://github.com/code-rabi/toolception.git" + }, + "bugs": { + "url": "https://github.com/code-rabi/toolception/issues" + } }