Skip to content

Commit

Permalink
24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Apr 26, 2022
1 parent 1f3791a commit 3b9ac41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3b9ac41

Please sign in to comment.