Don't shrinkwrap

This commit is contained in:
Ryan Cavanaugh
2016-04-07 15:36:36 -07:00
committed by Andrew Branch
parent 8e17f266bc
commit 91e28297a0

View File

@@ -13,9 +13,5 @@ if (typeData === undefined) {
log.push(` * ${packageName}`);
result.log.forEach(line => log.push(` * ${line}`));
});
Object.keys(typeData).forEach(packageName => {
const typing = typeData[packageName];
generator.shrinkwrap(typing);
});
common.writeLogSync('package-generator.md', log);
}