async-foreach
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,3 +5,3 @@ { | ||
"description": "An optionally-asynchronous forEach with an interesting interface.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "http://github.com/cowboy/javascript-sync-async-foreach", | ||
@@ -15,3 +15,3 @@ "bugs": "https://github.com/cowboy/javascript-sync-async-foreach/issues", | ||
"engines": { | ||
"node": "~0.6.6" | ||
"node": "*" | ||
}, | ||
@@ -18,0 +18,0 @@ "keywords": [ |
@@ -174,10 +174,6 @@ # JavaScript Sync/Async forEach | ||
11/11/2011 | ||
v0.1.0 | ||
Initial Release. | ||
04/29/2013 | ||
v0.1.3 | ||
Removed hard Node.js version dependency. | ||
11/11/2011 | ||
v0.1.1 | ||
Refactored code to be much simpler. Yay for unit tests! | ||
11/17/2011 | ||
@@ -189,2 +185,10 @@ v0.1.2 | ||
11/11/2011 | ||
v0.1.1 | ||
Refactored code to be much simpler. Yay for unit tests! | ||
11/11/2011 | ||
v0.1.0 | ||
Initial Release. | ||
## License | ||
@@ -191,0 +195,0 @@ Copyright (c) 2012 "Cowboy" Ben Alman |
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
18062
196