Skip to content

Commit

Permalink
Update lighthouse + puppeteer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed May 12, 2019
1 parent 0da8004 commit e1ffc8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION ?= 0.5.1
VERSION ?= 0.5.2
CACHE ?= --no-cache=1
FULLVERSION ?= ${VERSION}
.PHONY: install install-npm publish publish-npm
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "google-lighthouse-puppeteer",
"version": "0.5.1",
"version": "0.5.2",
"description": "Google Lighthouse Puppeteer is a package to generate reports on multiple urls that allows or not authentication",
"main": "lighthouse-puppeteer.js",
"scripts": {
Expand All @@ -23,8 +23,8 @@
"command-line-usage": "^5.0.3",
"global": "^4.3.2",
"lighthouse-batch": "^3.0.0",
"lighthouse": "^4.0.0",
"puppeteer": "^1.11.0"
"lighthouse": "^5.0.0",
"puppeteer": "^1.15.0"
},
"author": "Jay MOULIN <jaymoulin@gmail.com> (https://jaymoulin.github.io)",
"license": "MIT",
Expand Down

0 comments on commit e1ffc8b

Please sign in to comment.