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

Commit 6fffc7b

Browse files
authored
feat: change download url to joytocode (#5)
1 parent 1ac9464 commit 6fffc7b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function downloadBinary () {
8282
complete: '=',
8383
incomplete: ' '
8484
})
85-
const url = `https://s3-us-west-2.amazonaws.com/webok/headless-chrome/${chromeConfig.binary.version}.zip`
85+
const url = `https://s3-us-west-2.amazonaws.com/joytocode-public/headless-chrome/${chromeConfig.binary.version}.zip`
8686
return download(url, chromeConfig.binary.binPath, { extract: true })
8787
.on('response', (res) => {
8888
bar.total = res.headers['content-length']

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.0.0",
3+
"version": "1.0.1",
44
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
55
"engines": {
66
"node": "8.10.x"

0 commit comments

Comments
 (0)