mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Don't shrinkwrap
This commit is contained in:
committed by
Andrew Branch
parent
8e17f266bc
commit
91e28297a0
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user