Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "p-times", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Run promise-returning & async functions a specific number of times concurrently", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -41,3 +41,3 @@ # p-times [![Build Status](https://travis-ci.org/sindresorhus/p-times.svg?branch=master)](https://travis-ci.org/sindresorhus/p-times) | ||
Expected to return a `Promise<boolean>` or `boolean`. | ||
Expected to return a `Promise` or value. | ||
@@ -44,0 +44,0 @@ #### options |
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
3453