Skip to content

Commit

Permalink
Fix links to this repository in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arilotter authored Nov 29, 2022
1 parent 0e3b73d commit 5012d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"token",
"web3"
],
"homepage": "https://github.com/bloq/erc-20-lib#readme",
"homepage": "https://github.com/bloq/erc-20-abi#readme",
"bugs": {
"url": "https://github.com/bloq/erc-20-lib/issues"
"url": "https://github.com/bloq/erc-20-abi/issues"
},
"license": "MIT",
"author": "Gabriel Montes <[email protected]>",
"files": [
"src/abi.json"
],
"main": "src/abi.json",
"repository": "bloq/erc-20-lib",
"repository": "bloq/erc-20-abi",
"scripts": {
"lint": "jsonlint src/abi.json -cisq",
"prepublishOnly": "tag-matches"
Expand Down

0 comments on commit 5012d7b

Please sign in to comment.