break things

This commit is contained in:
Kent C. Dodds
2018-09-14 20:04:48 -06:00
parent c8bc20bf21
commit bdde2e618f
3 changed files with 14 additions and 4 deletions

View File

@@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "eslint src",
"flow": "flow",
"precommit": "lint-staged"
},
"keywords": [],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",