From 4b108d8ef5d41fe94f60ef90ba23af29041832f9 Mon Sep 17 00:00:00 2001 From: andreasonny83 Date: Sun, 21 Jul 2019 12:11:11 +0100 Subject: [PATCH] 1.10.0 --- package-lock.json | 2 +- package.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7270eda..5eb67ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lighthouse-ci", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a048b0d..0fd9ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse-ci", - "version": "1.9.0", + "version": "1.10.0", "description": "CLI implementation for running Lighthouse with any CI tool", "scripts": { "test": "npm run format && xo && jest", @@ -54,7 +54,10 @@ "jest" ], "rules": { - "max-params": ["error", 5] + "max-params": [ + "error", + 5 + ] } }, "author": "Andrea Sonny ",