@dreipol/lighthouse-config
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -20,2 +20,7 @@ | ||
}, | ||
persisters: { | ||
modules: [ | ||
'html' | ||
] | ||
}, | ||
report: { | ||
@@ -22,0 +27,0 @@ settings: {}, |
@@ -19,2 +19,7 @@ module.exports = { | ||
}, | ||
persisters: { | ||
modules: [ | ||
'html' | ||
] | ||
}, | ||
report: { | ||
@@ -21,0 +26,0 @@ settings: {}, |
{ | ||
"name": "@dreipol/lighthouse-config", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Basic lighthouse config", | ||
@@ -5,0 +5,0 @@ "scripts": { |
45665
805