summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorCaolan McMahon <caolan@caolanmcmahon.com>2012-10-04 06:36:48 -0700
committerCaolan McMahon <caolan@caolanmcmahon.com>2012-10-04 06:36:48 -0700
commit5a8c60eae25847e77bd22d8b364303ceb9292c03 (patch)
treeb17036c72bdbc1c019001f09f443db107a1d8664 /index.js
parent4351b56b951a193052df162f531d386b50ccdccc (diff)
downloadasync-5a8c60eae25847e77bd22d8b364303ceb9292c03.tar.gz
add AMD support
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
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');