Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f3c385

Browse filesBrowse files
committed
Add git links
1 parent 04c23a0 commit 4f3c385
Copy full SHA for 4f3c385

File tree

1 file changed

+10
-2
lines changed
Filter options

1 file changed

+10
-2
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+10-2Lines changed: 10 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.