Skip to content

Commit f66173e

Browse files
authored
Merge pull request #13 from code0-tech/add-github-url-as-repo
Add GitHub URL to repository field in package.json
2 parents 98760bb + f9b2f94 commit f66173e

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/hercules.git"
9+
},
610
"exports": {
711
".": {
812
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)