fix: analyzer issues

This commit is contained in:
Chen Asraf
2022-08-07 14:57:07 +03:00
parent c41891ae35
commit 50bd31eb15
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 0.1.0
- Initial pre-release version.
## 0.1.1
- Attempt to fix analyzer issues

View File

@@ -1,11 +1,11 @@
name: script_runner
description: A starting point for Dart libraries or applications.
version: 0.1.0
description: Run all your project-related scripts in a portable, simple config.
version: 0.1.1
homepage: https://casraf.blog/dart-script-runner/
repository: https://github.com/chenasraf/dart_script_runner
license: MIT
environment:
sdk: '>=2.18.0-271.4.beta <3.0.0'
sdk: '>=2.17.0 <3.0.0'
dependencies:
file: ^6.1.2