abort-group
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.1](https://github.com/marko-js/utils/tree/master/packages/abort-group/compare/abort-group@1.1.0...abort-group@1.1.1) (2018-11-06) | ||
**Note:** Version bump only for package abort-group | ||
# 1.1.0 (2018-10-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "abort-group", | ||
"description": "Group a set of cancelable actions to be aborted together at any time.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Dylan Piercey <dpiercey@ebay.com>", | ||
@@ -19,2 +19,3 @@ "bugs": "https://github.com/marko-js/utils/issues/new?template=Bug_report.md", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"repository": { | ||
@@ -24,3 +25,4 @@ "type": "git", | ||
}, | ||
"gitHead": "a489fa8003e100a7cdfdc7cd2d16533afb3f17f4" | ||
"types": "dist/index.d.ts", | ||
"gitHead": "fc3fda6fe67056008d1ce9a8e3ba83cdecdfb1c7" | ||
} |
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
13162