diff options
author | Alex Early <alexander.early@gmail.com> | 2016-02-23 16:19:38 -0800 |
---|---|---|
committer | Alex Early <alexander.early@gmail.com> | 2016-02-23 16:19:38 -0800 |
commit | 3d1781cbb9a215b30fc03c2135309fe3579e5689 (patch) | |
tree | e26f489e37ae3a227867b3d1dfe6c04afa361c23 /component.json | |
parent | 01205e053b16c7843a3d4d3c9075b33de5adb2d0 (diff) | |
parent | 070ed49496d5cf0b3c31a8091608610961191238 (diff) | |
download | async-3d1781cbb9a215b30fc03c2135309fe3579e5689.tar.gz |
Merge pull request #996 from caolan/modularization
Modularization
Diffstat (limited to 'component.json')
-rw-r--r-- | component.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/component.json b/component.json index 103558d..2ce99fc 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.2", + "version": "2.0.0-alpha", "keywords": [ "async", "callback", - "utility", - "module" + "module", + "utility" ], "license": "MIT", - "main": "lib/async.js", + "main": "dist/async.js", "repository": "caolan/async", "scripts": [ - "lib/async.js" + "dist/async.js" ] -} +}
\ No newline at end of file |