Skip to content

Commit

Permalink
chore(info): add parse5 and sizzle to cli info
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 15, 2020
1 parent c378575 commit b3ac23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/task-info.ts
Expand Up @@ -14,6 +14,8 @@ export const taskInfo = (coreCompiler: CoreCompiler, sys: CompilerSystem, logger
console.log(`${logger.cyan(' Stencil:')} ${coreCompiler.version}${logger.emoji(' ' + coreCompiler.vermoji)}`);
console.log(`${logger.cyan(' TypeScript:')} ${versions.typescript}`);
console.log(`${logger.cyan(' Rollup:')} ${versions.rollup}`);
console.log(`${logger.cyan(' Parse5:')} ${versions.parse5}`);
console.log(`${logger.cyan(' Sizzle:')} ${versions.sizzle}`);
console.log(`${logger.cyan(' Terser:')} ${versions.terser}`);
console.log(``);
};

0 comments on commit b3ac23b

Please sign in to comment.