Use packaged version of Tinycon.

This commit is contained in:
Chad Weider 2012-09-09 14:55:43 -07:00
parent 1541237654
commit 03bcd07741
5 changed files with 4 additions and 238 deletions

View file

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