diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d8e61..cc6e1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.0-dev.6 +- Upgrade `core` dependency to `4.0.0-dev.9` + ## 2.0.0-dev.5 - Upgrade `core` dependency to `4.0.0-dev.7` diff --git a/lib/src/domain/commands/make_command.dart b/lib/src/domain/commands/make_command.dart index 5b7ce53..f1995b6 100644 --- a/lib/src/domain/commands/make_command.dart +++ b/lib/src/domain/commands/make_command.dart @@ -73,7 +73,7 @@ final class MakeCommand implements CliCommandContract { ? Directory('lib') : await _commander.select( 'Where would you like to create the command ?', - options: Directory('src') + options: Directory('lib') .listSync(recursive: true) .whereType() .toList(), diff --git a/pubspec.lock b/pubspec.lock index afb7b45..c5d41bc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -250,10 +250,10 @@ packages: dependency: "direct main" description: name: mineral - sha256: "540c5c7eec221754e9369d5ee4db5a0deec776017f56323973655a1b9530fcb1" + sha256: "91387bbd9b023bd69b554dcaadc2efa5fbae0e441c14274d18a3b36f309719fa" url: "https://pub.dev" source: hosted - version: "4.0.0-dev.7" + version: "4.0.0-dev.9" node_preamble: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2834eda..c17bd05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mineral_cli description: The official Mineral framework command line interface. -version: 2.0.0-dev.5 +version: 2.0.0-dev.6 repository: https://github.com/mineral-dart/cli executables: @@ -16,7 +16,7 @@ dependencies: commander_ui: ^2.4.0 dart_style: ^2.3.7 mansion: ^0.1.0 - mineral: ^4.0.0-dev.7 + mineral: ^4.0.0-dev.9 path: ^1.9.0 recase: ^4.1.0 yaml: ^3.1.2