Scott McCormack

Results 2 issues of Scott McCormack

Our team has gotten excellent mileage out of this little library, but have recently switched to [browserify](http://browserify.org/) as a build tool. This little PR adds a UMD wrapper around the...

Package Managers

**Describe the bug** If an error is thrown in an `Async#map`, it doesn't always become a `Rejected`. **To Reproduce** ```js const { Async } = require('crocks') Async((rej, res) => res('a'))...