Skip to content

Commit d756452

Browse files
committed
upgrade path to 1.8.0,yaml to 3.1.0,meta to 1.3.0
1 parent 3bee6c9 commit d756452

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.1.6
2+
upgrade path to 1.8.0,yaml to 3.1.0,meta to 1.3.0
13
## 0.1.5
24

35
- fixed errors when execute `git_hooks create`

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: git_hooks
22
description: Using dart to prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...).It is similar to husky.
3-
version: 0.1.5
3+
version: 0.1.6
44
homepage: https://github.com/xuzhongpeng/git_hooks
55

66

77
environment:
88
sdk: '>=2.1.0 <3.0.0'
99

1010
dependencies:
11-
path: ^1.7.0
12-
yaml: ^2.2.1
13-
meta: ^1.2.4
11+
path: ^1.8.0
12+
yaml: ^3.1.0
13+
meta: ^1.3.0
1414
dev_dependencies:
1515
pedantic: ^1.9.0
1616
test: ^1.3.0

0 commit comments

Comments
 (0)