Update package.json

This commit is contained in:
uwap 2018-06-26 14:55:20 +02:00 committed by GitHub
parent fc0a294060
commit 62732acc50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"dev": "webpack --bail --config webpack.config.js --mode development --env",
"watch": "webpack-dev-server --open --config webpack.config.js --mode development --env",
"travis": "./travis.sh",
"lint": "eslint -- --ext js --ext jsx src/",
"lint": "eslint --ext js --ext jsx src/",
"precommit": "yarn lint"
},
"dependencies": {