Skip to content

Commit

Permalink
build(deps): update lighhouse to 8.1, fix missing report path
Browse files Browse the repository at this point in the history
Closes #270
  • Loading branch information
TGiles committed Jul 23, 2021
1 parent 778f872 commit b0ece08
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 325 deletions.
2 changes: 1 addition & 1 deletion lighthouse_runner.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Crawler = require('simplecrawler');
const lighthouse = require('lighthouse');
const generateReport = require('lighthouse/lighthouse-core/report/report-generator');
const generateReport = require('lighthouse/report/report-generator');
const chromeLauncher = require('chrome-launcher');
const fs = require('fs');
const path = require('path');
Expand Down
Loading

0 comments on commit b0ece08

Please sign in to comment.