Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Commit 302f1de

Browse files
authored
feat: create version 2.x (#17)
1 parent f9cc981 commit 302f1de

6 files changed

Lines changed: 10066 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# joytocode/lighthouse-lambda
22
Run [Google Chrome Lighthouse](https://github.com/GoogleChrome/lighthouse) on [AWS Lambda](https://aws.amazon.com/lambda/).
33

4+
## Versions
5+
Since 2.x, lighthouse-lambda has the same major version of lighthouse. For example, lighthouse-lambda 2.x will use lighthouse 2.x.
6+
7+
This README is for version 2.x. To see version 3.x, visit https://github.com/joytocode/lighthouse-lambda/tree/v3.
8+
49
## Installation
510

611
```bash

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse-lambda",
3-
"version": "1.1.5",
3+
"version": "2.0.0",
44
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
55
"engines": {
66
"node": "8.10.x"

0 commit comments

Comments
 (0)