Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
chore: update dependencies + use kcd-scripts' husky (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Mar 21, 2020
1 parent 2a1f44c commit dfefcab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .huskyrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('kcd-scripts/husky')
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"
},
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
}
},
"files": [
"src",
"!__tests__"
Expand All @@ -39,7 +34,7 @@
"cross-spawn": "^7.0.1"
},
"devDependencies": {
"kcd-scripts": "^5.2.0"
"kcd-scripts": "^5.5.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
Expand Down

0 comments on commit dfefcab

Please sign in to comment.