root: remove pre-git config object

This commit is contained in:
Gleb Bahmutov
2017-06-20 17:52:46 -04:00
parent 86aad35d07
commit 657322b111
-12
View File
@@ -39,17 +39,5 @@
"lodash": "^4.17.4",
"pre-git": "^3.15.0"
},
"config": {
"pre-git": {
"pre-commit": [
"npm run lint",
"npm run all lint"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
},
"license": "MIT"
}