diff --git a/ts/package.json b/ts/package.json index 00e66b3..8d2c469 100644 --- a/ts/package.json +++ b/ts/package.json @@ -3,6 +3,10 @@ "version": "0.0.0", "description": "TypeScript SDK for the hercules action runner", "main": "./dist/src/index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/code0-tech/hercules.git" + }, "exports": { ".": { "types": "./dist/src/index.d.ts",