retry-promise
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "retry-promise", | ||
"version": "0.0.2", | ||
"description": "Small utility function to automatically retry bluebird Promises.", | ||
"main": "index.js", | ||
"version": "0.0.3", | ||
"description": "Small utility function that automatically retries Promises.", | ||
"main": "./lib", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"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" | ||
}, | ||
@@ -23,3 +35,21 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/olalonde/retry-promise" | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog/" | ||
} | ||
}, | ||
"homepage": "https://github.com/olalonde/retry-promise", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"babel-cli": "^6.1.18", | ||
"babel-eslint": "^4.1.5", | ||
"babel-preset-es2015": "^6.1.18", | ||
"blue-tape": "^0.1.10", | ||
"conventional-changelog": "^0.5.1", | ||
"conventional-recommended-bump": "0.0.3", | ||
"cz-conventional-changelog": "^1.1.4", | ||
"eslint": "^1.9.0", | ||
"eslint-config-airbnb": "^1.0.0", | ||
"rimraf": "^2.4.3" | ||
} | ||
} |
# retry-promise | ||
[![Build Status](https://travis-ci.org/olalonde/retry-promise.svg)](https://travis-ci.org/olalonde/retry-promise) | ||
Small utility function to automatically retry bluebird Promises. | ||
@@ -4,0 +6,0 @@ |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3698
9
1
40
10
26