Skip to content

Commit

Permalink
feat:add repo to package.json for link on npm (#248)
Browse files Browse the repository at this point in the history
Hopefully adding a repository link here will get the "repository" link to show up on npm here:  https://www.npmjs.com/package/@axelar-network/axelarjs-sdk/
  • Loading branch information
StephenFluin authored Feb 15, 2023
1 parent 465eb68 commit 302cb46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@axelar-network/axelarjs-sdk",
"version": "0.12.4",
"description": "The JavaScript SDK for Axelar Network",
"repository": {
"type": "git",
"url": "https://github.com/axelarnetwork/axelarjs-sdk"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 302cb46

Please sign in to comment.