Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Dec 5, 2022
1 parent 3638cf6 commit ab15290
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infura/sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "Infura SDK: easily manage, interact with and read smart contract on Mainnet, testnet and local",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -19,6 +19,10 @@
"prepare": "husky install",
"generate:changelog": "npx auto-changelog"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/infura-sdk.git"
},
"keywords": [
"infura",
"sdk",
Expand Down

0 comments on commit ab15290

Please sign in to comment.