async-await-retry
Advanced tools
Comparing version 1.0.0 to 1.0.1
module.exports = { | ||
verbose: true, | ||
collectCoverage: true, | ||
collectCoverageFrom: ["src/**/*.{js}"], | ||
collectCoverageFrom: ["src/**/*.js"], | ||
coverageDirectory: './coverage' | ||
}; |
{ | ||
"name": "async-await-retry", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple module to retry a function with async/await syntax !", | ||
@@ -33,5 +33,5 @@ "engines": { | ||
"devDependencies": { | ||
"eslint": "^5.9.0", | ||
"jest": "^23.6.0" | ||
"eslint": "^5.14.1", | ||
"jest": "^24.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45339
15