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 b1ab6da commit 78a9da4Copy full SHA for 78a9da4
package.json
@@ -8,7 +8,7 @@
8
"posttest": "npm run lint",
9
"lint": "jshint lib test",
10
"docs": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R ./Readme.md -u ./docs",
11
- "bundle": "browserify index.js -s etherscanApi -o dist/bundle.js",
+ "bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
12
"preversion": "npm run lint",
13
"pages": "node ./scripts/publish-gh.js",
14
"postversion": "git push && git push --tags && npm run pages",
@@ -17,6 +17,7 @@
17
},
18
"keywords": [
19
"ethereum",
20
+ "EtherScan.io",
21
"etherscan",
22
"api",
23
"transaction",
0 commit comments