Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "contra", | ||
"description": "Asynchronous flow control with a `_` taste to it", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"homepage": "https://github.com/bevacqua/contra", | ||
@@ -6,0 +6,0 @@ "author": { |
{ | ||
"name": "contra", | ||
"description": "Asynchronous flow control with a `_` taste to it", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"homepage": "https://github.com/bevacqua/contra", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -6,5 +6,3 @@ 'use strict'; | ||
assert.falsy = function (value, message) { | ||
assert.equal(false, !!value, message); | ||
}; | ||
assert.falsy = function (value, message) { assert.equal(false, !!value, message); }; | ||
@@ -11,0 +9,0 @@ describe('waterfall()', function () { |
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
48575
1160