Skip to content

Commit 78a9da4

Browse files
committed
(churn): a better keyword
1 parent b1ab6da commit 78a9da4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"posttest": "npm run lint",
99
"lint": "jshint lib test",
1010
"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",
11+
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
1212
"preversion": "npm run lint",
1313
"pages": "node ./scripts/publish-gh.js",
1414
"postversion": "git push && git push --tags && npm run pages",
@@ -17,6 +17,7 @@
1717
},
1818
"keywords": [
1919
"ethereum",
20+
"EtherScan.io",
2021
"etherscan",
2122
"api",
2223
"transaction",

0 commit comments

Comments
 (0)