diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c17c4629b8..e7a2e42e2d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "sitespeed.io", - "version": "24.1.0", + "version": "24.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sitespeed.io", - "version": "24.1.0", + "version": "24.2.0", "license": "MIT", "dependencies": { "@google-cloud/storage": "5.19.3", diff --git a/package.json b/package.json index 00a466a8d0..def1ac339d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "sitespeed.io": "./bin/sitespeed.js", "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js" }, - "version": "24.1.0", + "version": "24.2.0", "description": "Analyze the web performance of your site", "keywords": [ "performance", @@ -39,11 +39,11 @@ }, "ava": { "files": [ - "test/**/*", - "!test/prepostscripts", - "!test/runWithoutCli.js", + "test/**/*", + "!test/prepostscripts", + "!test/runWithoutCli.js", "!test/data" - ] + ] }, "scripts": { "lint": "eslint . && npm run pug-lint",