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 43a2cda commit 76ffe85Copy full SHA for 76ffe85
pubspec.yaml
@@ -1,11 +1,11 @@
1
name: script_runner
2
description: Run all your project-related scripts in a portable, simple config.
3
-version: 0.3.1
+version: 0.3.2
4
homepage: https://casraf.dev/
5
repository: https://github.com/chenasraf/dart_script_runner
6
license: MIT
7
environment:
8
- sdk: '>=2.17.0 <3.0.0'
+ sdk: '>=2.17.0 <4.0.0'
9
10
dependencies:
11
file: ^6.1.2
@@ -17,6 +17,7 @@ dev_dependencies:
17
test:
18
btool:
19
20
+
21
script_runner:
22
# line_length: 100
23
scripts:
0 commit comments