are-we-there-yet
Advanced tools
Comparing version 1.1.4 to 1.1.5
Hi, figured we could actually use a changelog now: | ||
## 1.1.5 2018-05-24 | ||
* [#92](https://github.com/iarna/are-we-there-yet/pull/92) Fix bug where | ||
`finish` would throw errors when including `TrackerStream` objects in | ||
`TrackerGroup` collections. (@brianloveswords) | ||
## 1.1.4 2017-04-21 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "are-we-there-yet", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Keep track of the overall completion of many disparate processes", | ||
@@ -20,4 +20,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"standard": "^6.0.8", | ||
"tap": "^5.7.0" | ||
"standard": "^11.0.1", | ||
"tap": "^12.0.1" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
@@ -36,1 +36,2 @@ 'use strict' | ||
.method('addWork') | ||
.method('finish') |
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
167
14650
9