Use packaged edition of async.

This commit is contained in:
Chad Weider 2012-05-28 17:22:57 -07:00
parent 8e735b0841
commit 0da4acfdb5
4 changed files with 5 additions and 693 deletions

View file

@ -37,7 +37,8 @@ var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
var LIBRARY_WHITELIST = [
'security'
'async'
, 'security'
, 'underscore'
];