Skip to content

Commit 5a0fc31

Browse files
committed
Add package description for personal use of superern
1 parent 2faaed9 commit 5a0fc31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "etherscan-api",
2+
"name": "superern-etherscan-api",
33
"version": "10.0.2",
4-
"description": "API to etherscan with a simple interface",
4+
"description": "API to etherscan with a simple interface. Modifying for personal use and improvements. Thanks to https://github.com/sebs",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha -t 20000",
@@ -11,7 +11,7 @@
1111
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
1212
"preversion": "npm run lint && npm run changelog",
1313
"postversion": "git push && git push --tags",
14-
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog",
14+
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/superern/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog",
1515
"build": "npm run test && npm run docs"
1616
},
1717
"keywords": [
@@ -25,14 +25,14 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "git+https://github.com/sebs/etherscan-api.git"
28+
"url": "git+https://github.com/superern/etherscan-api.git"
2929
},
3030
"author": "",
3131
"license": "ISC",
3232
"bugs": {
33-
"url": "https://github.com/sebs/etherscan-api/issues"
33+
"url": "https://github.com/superern/etherscan-api/issues"
3434
},
35-
"homepage": "https://github.com/sebs/etherscan-api#readme",
35+
"homepage": "https://github.com/superern/etherscan-api#readme",
3636
"devDependencies": {
3737
"browserify": "^16.5.0",
3838
"chai": "^4.2.0",

0 commit comments

Comments
 (0)