We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3c385 commit dd93eb7Copy full SHA for dd93eb7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-etherscan-api",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "Etherscan API for Node.js",
5
"main": "./src/index.js",
6
"scripts": {
@@ -43,10 +43,10 @@
43
},
44
"repository": {
45
"type": "git",
46
- "url": "git+https://github.com/danakt/unode-etherscan-api.git"
+ "url": "git+https://github.com/danakt/node-etherscan-api.git"
47
48
"bugs": {
49
- "url": "https://github.com/danakt/unode-etherscan-api/issues"
+ "url": "https://github.com/danakt/node-etherscan-api/issues"
50
51
- "homepage": "https://github.com/danakt/unode-etherscan-api"
+ "homepage": "https://github.com/danakt/node-etherscan-api"
52
}
0 commit comments