mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-23 18:47:06 -05:00
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"devDependencies": {
|
|
"@commitlint/cli": "8.2.0",
|
|
"@commitlint/config-conventional": "8.2.0",
|
|
"@commitlint/prompt-cli": "8.2.0",
|
|
"husky": "^3.1.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -e"
|
|
}
|
|
}
|
|
}
|