Skip to content

Commit 0c29d24

Browse files
committed
chore: fix dev deps
1 parent db1307a commit 0c29d24

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.2
2+
3+
- Dev dependency fixes
4+
15
## 0.7.1
26

37
- Update dependencies

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: script_runner
22
description: Run all your project-related scripts in a portable, simple config.
3-
version: 0.7.1
3+
version: 0.7.2
44
homepage: https://casraf.dev/
55
repository: https://github.com/chenasraf/dart_script_runner
66
license: MIT
@@ -15,9 +15,9 @@ dependencies:
1515
# path: ../unaconfig
1616

1717
dev_dependencies:
18-
lints:
19-
test:
20-
btool:
18+
lints: any
19+
test: any
20+
btool: any
2121

2222
script_runner:
2323
# line_length: 100

0 commit comments

Comments
 (0)