Skip to content

Commit

Permalink
bump version and package info
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmccomish committed Nov 27, 2024
1 parent c04c897 commit b835d34
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{
"name": "erc-abis-ts",
"version": "0.0.4",
"description": "ABI and human-readable definitions for common ERCs",
"version": "0.1.0",
"description": "Human-Readable ABI definitions for common ERCs",
"author": "James McComish",
"license": "MIT",
"homepage": "https://github.com/jamesmccomish/erc-abis",
"repository": "https://github.com/jamesmccomish/erc-abis",
"keywords": ["eth", "ethereum", "eip", "erc", "abi", "web3", "typescript"],
"keywords": [
"eth",
"ethereum",
"eip",
"erc",
"abi",
"web3",
"typescript",
"viem",
"ethers"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit b835d34

Please sign in to comment.