mirror of
https://github.com/chenasraf/dart_script_runner.git
synced 2026-05-17 17:48:03 +00:00
fix: config path searching
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.6.1
|
||||
|
||||
- Fix: Config path searching
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Improve config loading & searching
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: script_runner
|
||||
description: Run all your project-related scripts in a portable, simple config.
|
||||
version: 0.6.0
|
||||
version: 0.6.1
|
||||
homepage: https://casraf.dev/
|
||||
repository: https://github.com/chenasraf/dart_script_runner
|
||||
license: MIT
|
||||
@@ -10,7 +10,7 @@ environment:
|
||||
dependencies:
|
||||
file: ^7.0.0
|
||||
path: '>=1.8.0 <2.0.0'
|
||||
unaconfig: ^0.1.3
|
||||
unaconfig: ^0.1.4
|
||||
# unaconfig:
|
||||
# path: ../unaconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user