Skip to content

Commit

Permalink
hotfix: add repository for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jan 27, 2024
1 parent cd3f7d8 commit 59420d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Background task orchestration & visibility for developers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/hatchet-dev/hatchet.git"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
Expand Down

0 comments on commit 59420d3

Please sign in to comment.