Comparing version 18.2.0 to 18.2.1
@@ -0,1 +1,11 @@ | ||
<a name="18.2.1"></a> | ||
## [18.2.1](https://github.com/ipfs/aegir/compare/v18.2.0...v18.2.1) (2019-03-04) | ||
### Bug Fixes | ||
* use the same timeout for mocha and karma-mocha ([#338](https://github.com/ipfs/aegir/issues/338)) ([58fb8b0](https://github.com/ipfs/aegir/commit/58fb8b0)) | ||
<a name="18.2.0"></a> | ||
@@ -2,0 +12,0 @@ # [18.2.0](https://github.com/ipfs/aegir/compare/v18.1.1...v18.2.0) (2019-02-21) |
{ | ||
"name": "aegir", | ||
"version": "18.2.0", | ||
"version": "18.2.1", | ||
"description": "JavaScript project management", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -37,2 +37,3 @@ 'use strict' | ||
const mocha = { | ||
timeout: 5000, | ||
bail: false, | ||
@@ -39,0 +40,0 @@ grep |
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
103550
2004