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", "name": "squoosh",
"version": "1.6.0", "version": "1.6.1",
"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.6.0", "version": "1.6.1",
"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

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