Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ts-retry", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "lib/index.js", | ||
@@ -35,3 +35,16 @@ "repository": "https://github.com/franckLdx/ts-retry.git", | ||
"test": "npm run lib:build && mocha --require ts-node/register src/**/*.test.ts" | ||
} | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
"javascript", | ||
"retry", | ||
"node", | ||
"nodejs", | ||
"error", | ||
"promise", | ||
"async", | ||
"await", | ||
"asyncawait", | ||
"trycatch" | ||
] | ||
} |
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
4734