rm git hooks

This commit is contained in:
Lachlan Kermode
2020-06-14 19:31:04 +02:00
parent 59157d44ba
commit b48345a5d4
2 changed files with 0 additions and 6 deletions

BIN
.env.enc

Binary file not shown.

View File

@@ -12,11 +12,6 @@
"test": "ava --verbose",
"travis-encrypt": "./scripts/encrypt.sh"
},
"husky": {
"hooks": {
"pre-push": "./scripts/check-branch.sh && yarn lint && yarn test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/developit/express-es6-rest-api.git"
@@ -49,7 +44,6 @@
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"ava": "1.0.0-beta.8",
"husky": "^1.2.0",
"nodemon": "1.18.7",
"standard": "^12.0.1"
},