Skip to content

Commit 7e1717d

Browse files
committed
chore: Update husky to version 0.7.1 and add rollForward option in dotnet-tools.json
1 parent c0fd16e commit 7e1717d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.config/dotnet-tools.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"isRoot": true,
44
"tools": {
55
"husky": {
6-
"version": "0.6.1",
6+
"version": "0.7.1",
77
"commands": [
88
"husky"
9-
]
9+
],
10+
"rollForward": false
1011
},
1112
"versionize": {
1213
"version": "2.3.0",
1314
"commands": [
1415
"versionize"
15-
]
16+
],
17+
"rollForward": false
1618
}
1719
}
1820
}

0 commit comments

Comments
 (0)