Fixing quote type

This commit is contained in:
Jake Archibald
2019-04-08 12:35:05 -04:00
parent 8f215a5b4b
commit 80fa9c4f21
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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

View File

@@ -55,7 +55,7 @@ export default class Intro extends Component<Props, State> {
@bind
private resetFileInput() {
this.fileInput!.value = "";
this.fileInput!.value = '';
}
@bind