Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "eachy", | ||
"version": "1.0.1", | ||
"description": "a tiny (16 lines of code) async each module", | ||
"version": "1.0.2", | ||
"description": "a tiny (16 lines of code) serial async each module", | ||
"main": "eachy.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
eachy | ||
===== | ||
A tiny (16 lines of code) async each implementation that supports CommonJS, AMD, and VanillaJS. The minified file `eachy.min.js` is just 270 bytes. | ||
A tiny (16 lines of code) serial async each implementation that supports CommonJS, AMD, and VanillaJS. The minified file `eachy.min.js` is just 270 bytes. | ||
@@ -6,0 +6,0 @@ [![build status](https://secure.travis-ci.org/mmaelzer/eachy.png)](http://travis-ci.org/mmaelzer/eachy) |
4719