Skip to content

Commit fd31310

Browse files
committed
chore(deps): bump commitlint_cli from 0.3.0 to 0.4.0-pre.0
1 parent 8257732 commit fd31310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
DEBUG=true dart run commitlint_cli $1
4+
VERBOSE=true dart run commitlint_cli --edit $1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
yaml: ^3.1.1
1818

1919
dev_dependencies:
20-
commitlint_cli: ^0.3.0
20+
commitlint_cli: ^0.4.0-pre.0
2121
husky: ^0.1.6
2222
lints: ^2.0.0
2323
test: ^1.16.0

0 commit comments

Comments
 (0)