Skip to content

Commit

Permalink
Add repository field in package.json (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Graham <[email protected]>
  • Loading branch information
mistval and sentientforest authored Nov 13, 2024
1 parent dc32892 commit 32d93e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chain-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
"prepublishOnly": "npm i && npm run clean && npm run build && npm run lint && npm run madge",
"format": "prettier --config ../.prettierrc 'src/**/*.ts' --write",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GalaChain/sdk.git"
}
}

0 comments on commit 32d93e7

Please sign in to comment.