Skip to content

Commit

Permalink
Removed hard Node.js version dependency. Closes gh-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Apr 29, 2013
1 parent 79a3047 commit 148e7fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -171,20 +171,24 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated


## Release History ## Release History


11/11/2011 04/29/2013
v0.1.0 v0.1.3
Initial Release. 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 11/17/2011
v0.1.2 v0.1.2
Adding sparse array support. Adding sparse array support.
Invalid length properties are now sanitized. Invalid length properties are now sanitized.
This closes issue #1 (like a boss). This closes issue #1 (like a boss).


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 ## License
Copyright (c) 2012 "Cowboy" Ben Alman Copyright (c) 2012 "Cowboy" Ben Alman
Licensed under the MIT license. Licensed under the MIT license.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)", "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"name": "async-foreach", "name": "async-foreach",
"description": "An optionally-asynchronous forEach with an interesting interface.", "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", "homepage": "http://github.com/cowboy/javascript-sync-async-foreach",
"bugs": "https://github.com/cowboy/javascript-sync-async-foreach/issues", "bugs": "https://github.com/cowboy/javascript-sync-async-foreach/issues",
"repository": { "repository": {
Expand All @@ -11,7 +11,7 @@
}, },
"main": "lib/foreach", "main": "lib/foreach",
"engines": { "engines": {
"node": "~0.6.6" "node": "*"
}, },
"keywords": [ "keywords": [
"array", "array",
Expand Down

0 comments on commit 148e7fc

Please sign in to comment.