Compare commits

..

1 Commits

Author SHA1 Message Date
Jake Archibald
eeb5e9f2ed 1.9.2 2020-07-02 14:26:42 +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.2", "version": "1.9.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.2", "version": "1.9.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: "dev", branch: "master",
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/dev/README.md#privacy"> <a href="https://github.com/GoogleChromeLabs/squoosh/blob/master/README.md#privacy">
Privacy Privacy
</a> </a>
</li> </li>