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 04c23a0 commit 4f3c385Copy full SHA for 4f3c385
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-etherscan-api",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "Etherscan API for Node.js",
5
"main": "./src/index.js",
6
"scripts": {
@@ -40,5 +40,13 @@
40
"dependencies": {
41
"bignumber.js": "^6.0.0",
42
"request-promise": "^4.2.2"
43
- }
+ },
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "git+https://github.com/danakt/unode-etherscan-api.git"
47
48
+ "bugs": {
49
+ "url": "https://github.com/danakt/unode-etherscan-api/issues"
50
51
+ "homepage": "https://github.com/danakt/unode-etherscan-api"
52
}
0 commit comments