diff options
author | Caolan McMahon <caolan@caolanmcmahon.com> | 2012-10-04 06:36:48 -0700 |
---|---|---|
committer | Caolan McMahon <caolan@caolanmcmahon.com> | 2012-10-04 06:36:48 -0700 |
commit | 5a8c60eae25847e77bd22d8b364303ceb9292c03 (patch) | |
tree | b17036c72bdbc1c019001f09f443db107a1d8664 /index.js | |
parent | 4351b56b951a193052df162f531d386b50ccdccc (diff) | |
download | async-5a8c60eae25847e77bd22d8b364303ceb9292c03.tar.gz |
add AMD support
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/index.js b/index.js deleted file mode 100644 index 8e23845..0000000 --- a/index.js +++ /dev/null @@ -1,3 +0,0 @@ -// This file is just added for convenience so this repository can be -// directly checked out into a project's deps folder -module.exports = require('./lib/async'); |