We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1307a commit 0c29d24Copy full SHA for 0c29d24
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.7.2
2
+
3
+- Dev dependency fixes
4
5
## 0.7.1
6
7
- Update dependencies
pubspec.yaml
@@ -1,6 +1,6 @@
name: script_runner
description: Run all your project-related scripts in a portable, simple config.
-version: 0.7.1
+version: 0.7.2
homepage: https://casraf.dev/
repository: https://github.com/chenasraf/dart_script_runner
license: MIT
@@ -15,9 +15,9 @@ dependencies:
15
# path: ../unaconfig
16
17
dev_dependencies:
18
- lints:
19
- test:
20
- btool:
+ lints: any
+ test: any
+ btool: any
21
22
script_runner:
23
# line_length: 100
0 commit comments