diff --git a/package.json b/package.json index 32aba3b..1ef6421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gregorlohaus/tdir", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "type": "module", "main": "./dist/index.js", @@ -25,5 +25,9 @@ }, "peerDependencies": { "zod": "^4" + }, + "repository": { + "type": "git", + "url": "https://gitea.gregorlohaus.com/gregor/tdir" } }