Comparing version 0.2.3 to 0.2.4
@@ -63,3 +63,3 @@ | ||
if (index === 0){ | ||
if (!type.array(arg)) throw new Error('Argument 0 must be typeof «array»! got «'+type( arg )+'»').setName('InvalidArgumentException'); | ||
//if (!type.array(arg)) throw new Error('Argument 0 must be typeof «array»! got «'+type( arg )+'»').setName('InvalidArgumentException'); | ||
items = arg.map(function(item){ | ||
@@ -66,0 +66,0 @@ return { |
{ | ||
"name" : "ee-async" | ||
, "description" : "simpler control flow for asynchronous operations" | ||
, "version" : "0.2.3" | ||
, "version" : "0.2.4" | ||
, "homepage" : "https://github.com/eventEmitter/ee-async" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
8669