Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "eventuate", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Handle events without emitters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -76,4 +76,4 @@ # eventuate | ||
Returns `true | false`, indicating whether or not the event has a consumer. This will | ||
also return true if there is an outstanding promise. | ||
Property containing value `true` or `false`, indicating whether or not the event has a | ||
consumer. This will also return true if there is an outstanding promise. | ||
@@ -80,0 +80,0 @@ ## testing |
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
11094