Skip to content

Commit f010c4f

Browse files
committed
Add GitHub URL to repository field in package.json
1 parent 1f5ae3e commit f010c4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ts/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.0",
44
"description": "TypeScript SDK for the hercules action runner",
55
"main": "./dist/src/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/code0-tech/tucana.git"
9+
},
610
"exports": {
711
".": {
812
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)