[Pkg-javascript-commits] [node-async] 217/480: ability to use async as a component

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-async.

commit 2960736b397ffad94c1d25f177dc87aef311078d
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Oct 29 13:12:23 2012 -0400

    ability to use async as a component
---
 README.md      |  2 +-
 component.json | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1430894..321531f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 Async is a utility module which provides straight-forward, powerful functions
 for working with asynchronous JavaScript. Although originally designed for
 use with [node.js](http://nodejs.org), it can also be used directly in the
-browser.
+browser. Also supports [component](https://github.com/component/component).
 
 Async provides around 20 functions that include the usual 'functional'
 suspects (map, reduce, filter, forEach…) as well as some common patterns
diff --git a/component.json b/component.json
new file mode 100644
index 0000000..bbb0115
--- /dev/null
+++ b/component.json
@@ -0,0 +1,11 @@
+{
+  "name": "async",
+  "repo": "caolan/async",
+  "description": "Higher-order functions and common patterns for asynchronous code",
+  "version": "0.1.23",
+  "keywords": [],
+  "dependencies": {},
+  "development": {},
+  "main": "lib/async.js",
+  "scripts": [ "lib/async.js" ]
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git



More information about the Pkg-javascript-commits mailing list