Skip to content

Commit 2960736

Browse files
committed
ability to use async as a component
1 parent 96a7da5 commit 2960736

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Async is a utility module which provides straight-forward, powerful functions
44
for working with asynchronous JavaScript. Although originally designed for
55
use with [node.js](http://nodejs.org), it can also be used directly in the
6-
browser.
6+
browser. Also supports [component](https://github.com/component/component).
77

88
Async provides around 20 functions that include the usual 'functional'
99
suspects (map, reduce, filter, forEach…) as well as some common patterns

component.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "async",
3+
"repo": "caolan/async",
4+
"description": "Higher-order functions and common patterns for asynchronous code",
5+
"version": "0.1.23",
6+
"keywords": [],
7+
"dependencies": {},
8+
"development": {},
9+
"main": "lib/async.js",
10+
"scripts": [ "lib/async.js" ]
11+
}

0 commit comments

Comments
 (0)