Skip to content

Commit

Permalink
Dev: Run git pre-commit hook with "ghooks"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Knappmeier committed Jan 4, 2016
1 parent ade276d commit 63cda43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -42,6 +42,7 @@
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.2.0",
"ghooks": "^1.0.1",
"mocha": "^2.2.5",
"sinon": "^1.17.2"
},
Expand All @@ -50,5 +51,10 @@
"spec/fixtures/**"
]
},
"config": {
"ghooks": {
"pre-commit": "thoughtful precommit && standard --format"
}
},
"keywords": []
}

0 comments on commit 63cda43

Please sign in to comment.