summaryrefslogtreecommitdiff
path: root/component.json
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-20 16:40:25 -0700
committerAlexander Early <aearly@fluid.com>2015-05-20 16:40:25 -0700
commitcfa81645c9cb4011b23d1d1a445ad855762568e0 (patch)
treef0f54a82ab193c269b14fe1a4b2ac9ce9e06f9e9 /component.json
parentbb33062759891a2c68df44687eb0a7dc20a31810 (diff)
downloadasync-cfa81645c9cb4011b23d1d1a445ad855762568e0.tar.gz
v1.0.01.0.0
Diffstat (limited to 'component.json')
-rw-r--r--component.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/component.json b/component.json
index 5003a7c..c876b0a 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "0.9.2",
+ "version": "1.0.0",
"keywords": [
"async",
"callback",
@@ -9,6 +9,7 @@
"module"
],
"license": "MIT",
+ "main": "lib/async.js",
"repository": "caolan/async",
"scripts": [
"lib/async.js"