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 b767753 commit 30f182cCopy full SHA for 30f182c
package.json
@@ -11,7 +11,7 @@
11
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
12
"preversion": "npm run lint && npm run changelog",
13
"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 . && git commit . -m changelog",
+ "changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit . -m changelog",
15
"build": "npm run test && npm run docs"
16
},
17
"keywords": [
0 commit comments