Skip to content

Commit

Permalink
fixup path to valid-langs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 17, 2019
1 parent 0f7311b commit 486422a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/hreflang.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function importValidLangs() {
// @ts-ignore
global.axe = {utils: {}};
// @ts-ignore
require('axe-core/lib/commons/utils/valid-langs.js');
require('axe-core/lib/core/utils/valid-langs.js');
// @ts-ignore
const validLangs = global.axe.utils.validLangs();
// @ts-ignore
Expand Down

0 comments on commit 486422a

Please sign in to comment.