Update package.json

This commit is contained in:
Sindre Sorhus 2018-04-17 11:17:38 +07:00 committed by GitHub
parent 6f9b60652a
commit 7994aea54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"node": ">=4" "node": ">=4"
}, },
"scripts": { "scripts": {
"test": "xo && tsc --project types && flow --max-warnings 0 && nyc ava", "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava",
"bench": "matcha benchmark.js", "bench": "matcha benchmark.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls" "coveralls": "nyc report --reporter=text-lcov | coveralls"
}, },