Skip to content

Commit

Permalink
Merge pull request #40 from phoqe/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
phoqe authored Dec 15, 2020
2 parents 76a565f + 4b3fc94 commit 173f1cf
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 9 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,25 @@
"sqlite3": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"husky": "^4.2.1",
"prettier": "2.2.1",
"pretty-quick": "^3.1.0",
"semantic-release": "^17.3.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
"pre-commit": "pretty-quick --staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"bin": {
"havelock": "cli.js"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
Loading

0 comments on commit 173f1cf

Please sign in to comment.