remove things

This commit is contained in:
Kent C. Dodds
2018-09-14 20:07:27 -06:00
parent 5fdae592f1
commit a3f32f5b01
9 changed files with 4 additions and 3077 deletions

View File

@@ -3,21 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint src",
"flow": "flow",
"precommit": "lint-staged && flow"
},
"scripts": {},
"keywords": [],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"flow-bin": "^0.80.0",
"husky": "^0.14.3",
"lint-staged": "^7.2.2",
"prettier": "^1.14.2"
}
}
"devDependencies": {}
}