retry-promise

v1.0.0
Small utility function that automatically retries Promises.
bluebird promise retry

lint

eslint ./src ./test

build

babel ./src --out-dir ./lib --copy-files

clean

rimraf ./lib

pretest

npm run lint

test

babel-node test/*.js

preversion

npm test && npm run changelog

version:auto

npm version $(conventional-recommended-bump --preset=angular)

postversion

git push && git push --tags

release

npm run version:auto && npm publish

prepublish

npm run build

changelog:generate

conventional-changelog -p angular -i CHANGELOG.md -w

changelog:commit

git add CHANGELOG.md && git commit -m "chore(changelog): auto generate changelog"

changelog

npm run changelog:generate && npm run changelog:commit
npm i retry-promise

Metadata

  • MIT
  • Whatever
  • Olivier Lalonde
  • released 11/18/2015

Downloads

Maintainers