Skip to content

Commit abf6bd3

Browse files
authored
chore: add package.json for husky support (#51)
Adds package.json with husky and commitlint dependencies to enable the existing .husky/commit-msg hook to function properly.
1 parent 60f614a commit abf6bd3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "vs-gitranger",
3+
"version": "0.0.0",
4+
"private": true,
5+
"description": "Development dependencies for VS-GitRanger - conventional commits tooling",
6+
"scripts": {
7+
"prepare": "husky"
8+
},
9+
"devDependencies": {
10+
"@commitlint/cli": "^19.0.0",
11+
"@commitlint/config-conventional": "^19.0.0",
12+
"husky": "^9.0.0"
13+
}
14+
}

0 commit comments

Comments
 (0)