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 b9a649d commit 7aa98deCopy full SHA for 7aa98de
package.json
@@ -10,8 +10,7 @@
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 && git commit ./dist -m bundle && git push",
12
"preversion": "npm run lint && npm run changelog",
13
- "pages": "node ./scripts/publish-gh.js",
14
- "postversion": "git push && git push --tags && npm run pages",
+ "postversion": "git push && git push --tags",
15
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add . && git commit . -m changelog",
16
"build": "npm run test && npm run docs"
17
},
0 commit comments