release prep

This commit is contained in:
soulgalore 2023-03-13 09:15:48 +01:00
parent 7b5005092d
commit 1d04d74f8e
3 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,9 @@
"sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
},
"version": "27.0.0-alpha.7",
"publishConfig": {
"tag": "beta"
},
"description": "Analyze the web performance of your site",
"keywords": [
"performance",

View File

@ -1,4 +1,4 @@
import friendly from '../lib/support/friendlynames';
import friendly from '../lib/support/friendlynames.js';
for (let key of Object.keys(friendly)) {
for (let tool of Object.keys(friendly[key])) {

View File

@ -1,4 +1,4 @@
import friendly from '../lib/support/friendlynames';
import friendly from '../lib/support/friendlynames.js';
console.log('{');
console.log(' "budget": {');