Skip to content

Commit

Permalink
fix: expose Lighthouse stringify extension (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Aug 30, 2022
1 parent b6b4e04 commit eddad51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ export { createRunner, Runner } from './Runner.js';
export { PuppeteerRunnerExtension } from './PuppeteerRunnerExtension.js';
export { PuppeteerRunnerOwningBrowserExtension } from './PuppeteerRunnerExtension.js';
export { PuppeteerStringifyExtension } from './PuppeteerStringifyExtension.js';
export { LighthouseStringifyExtension } from './lighthouse/LighthouseStringifyExtension.js';

0 comments on commit eddad51

Please sign in to comment.