summaryrefslogtreecommitdiff
path: root/component.json
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-09 19:30:28 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-09 19:30:28 -0800
commit34f666a735d68eb563d1ff5d22fc85d176dcdcc2 (patch)
treeefeab36210b24c58c5faae1817fb32d5e84ccbb5 /component.json
parentf4f2742270bc4c7f1325620bddc804379a8c0486 (diff)
downloadasync-34f666a735d68eb563d1ff5d22fc85d176dcdcc2.tar.gz
move package manager files during build process, update main paths
Diffstat (limited to 'component.json')
-rw-r--r--component.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/component.json b/component.json
index 5b05149..b699237 100644
--- a/component.json
+++ b/component.json
@@ -1,17 +1,17 @@
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
- "version": "1.5.0",
+ "version": "2.0.0-alpha",
"keywords": [
"async",
"callback",
- "utility",
- "module"
+ "module",
+ "utility"
],
"license": "MIT",
- "main": "lib/async.js",
+ "main": "index.js",
"repository": "caolan/async",
"scripts": [
- "lib/async.js"
+ "index.js"
]
-}
+} \ No newline at end of file