Skip to content

Commit

Permalink
Update package (#249)
Browse files Browse the repository at this point in the history
* feat:add repo to package.json for link on npm (#248)

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/

* Update package

* Fix wording in readme

---------

Co-authored-by: Stephen Fluin <[email protected]>
  • Loading branch information
jonator and StephenFluin authored Feb 27, 2023
1 parent a905dda commit 027e714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ For full SDK docs, please visit: https://docs.axelar.dev/dev/axelarjs-sdk/intro

## Development

When you develop make sure that you have the [_eslint plugin_](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) installed plugin installed.
When you develop make sure that you have the [_eslint plugin_](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) installed.
6 changes: 5 additions & 1 deletion 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.5-alph.3",
"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 Expand Up @@ -35,7 +39,7 @@
"author": "Axelar Network",
"license": "MIT",
"dependencies": {
"@axelar-network/axelar-cgp-solidity": "^4.3.0",
"@axelar-network/axelar-cgp-solidity": "^4.5.0",
"@axelar-network/axelarjs-types": "^0.27.0",
"@cosmjs/stargate": "^0.28.4",
"@types/uuid": "^8.3.1",
Expand Down

0 comments on commit 027e714

Please sign in to comment.