Compare commits

...

3 Commits

Author SHA1 Message Date
Jake Archibald
57418034c4 1.11.2 2020-07-07 16:08:26 +01:00
Jake Archibald
3892490023 Update size report branch 2020-07-07 16:08:13 +01:00
Anton
5bedff583b Update privacy link (#771)
The link doesn't work, as the default branch has been renamed
2020-07-07 16:06:33 +01:00
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "squoosh", "name": "squoosh",
"version": "1.11.1", "version": "1.11.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "squoosh", "name": "squoosh",
"version": "1.11.1", "version": "1.11.2",
"license": "apache-2.0", "license": "apache-2.0",
"scripts": { "scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --hot", "start": "webpack-dev-server --host 0.0.0.0 --hot",

View File

@@ -3,7 +3,7 @@ const escapeRE = require("escape-string-regexp");
module.exports = { module.exports = {
repo: "GoogleChromeLabs/squoosh", repo: "GoogleChromeLabs/squoosh",
path: "build/**/!(*.map)", path: "build/**/!(*.map)",
branch: "master", branch: "dev",
findRenamed(path, newPaths) { findRenamed(path, newPaths) {
const nameParts = /^(.+\.)[a-f0-9]+(\..+)$/.exec(path); const nameParts = /^(.+\.)[a-f0-9]+(\..+)$/.exec(path);
if (!nameParts) return; if (!nameParts) return;

View File

@@ -204,7 +204,7 @@ export default class Intro extends Component<Props, State> {
<li><a href="https://github.com/GoogleChromeLabs/squoosh/">View the code</a></li> <li><a href="https://github.com/GoogleChromeLabs/squoosh/">View the code</a></li>
<li><a href="https://github.com/GoogleChromeLabs/squoosh/issues">Report a bug</a></li> <li><a href="https://github.com/GoogleChromeLabs/squoosh/issues">Report a bug</a></li>
<li> <li>
<a href="https://github.com/GoogleChromeLabs/squoosh/blob/master/README.md#privacy"> <a href="https://github.com/GoogleChromeLabs/squoosh/blob/dev/README.md#privacy">
Privacy Privacy
</a> </a>
</li> </li>