Skip to content

Commit 828a496

Browse files
committed
feat: Add pre-push hook to restrict branch naming
1 parent 3a89840 commit 828a496

File tree

2 files changed

+976
-1360
lines changed

2 files changed

+976
-1360
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint": "^8.43.0",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-plugin-prettier": "^5.2.1",
47-
"husky": "1.0.0-rc.13",
47+
"husky": "^9.1.7",
4848
"inquirer": "^9.2.12",
4949
"js-yaml": "^4.1.0",
5050
"kleur": "^4.1.5",
@@ -127,4 +127,4 @@
127127
"husky": {
128128
"hooks": {}
129129
}
130-
}
130+
}

0 commit comments

Comments
 (0)