Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f3c385

Browse files
committed
Add git links
1 parent 04c23a0 commit 4f3c385

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-etherscan-api",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Etherscan API for Node.js",
55
"main": "./src/index.js",
66
"scripts": {
@@ -40,5 +40,13 @@
4040
"dependencies": {
4141
"bignumber.js": "^6.0.0",
4242
"request-promise": "^4.2.2"
43-
}
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"
4452
}

0 commit comments

Comments
 (0)