@browserless/lighthouse 9.11.5 → 9.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ npm install @browserless/lighthouse --save
19
19
 
20
20
  ## Usage
21
21
 
22
- See [browseress#lighthouse](https://browserless.js.org/#/?id=runing-lighthouse).
22
+ See [browseress#lighthouse](https://browserless.js.org/#/?id=running-lighthouse).
23
23
 
24
24
  ## License
25
25
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/lighthouse",
3
3
  "description": "Browserless Lighthouse integration using puppeteer.",
4
4
  "homepage": "https://browserless.js.org",
5
- "version": "9.11.5",
5
+ "version": "9.12.4",
6
6
  "main": "src",
7
7
  "repository": {
8
8
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "timeout": "30s",
47
47
  "workerThreads": false
48
48
  },
49
- "gitHead": "233be5bb7830c2eb6dd8e1195fbd75e452be28a9"
49
+ "gitHead": "5b81d2e12abab0726176894365f4fb4b4efd6580"
50
50
  }