Skip to content

Commit

Permalink
and lint deps too
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed May 31, 2024
1 parent fe5547c commit d843deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_cli/lib/build_cli.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
///
/// See [package:build_runner](https://pub.dev/packages/build_runner)
/// for more information.
library build_cli;
library;

export 'src/build_cli_generator.dart' show CliGenerator;
2 changes: 1 addition & 1 deletion build_cli/lib/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
///
/// See [package:build_runner](https://pub.dev/packages/build_runner)
/// for more information.
library builder;
library;

import 'package:build/build.dart';
import 'package:source_gen/source_gen.dart';
Expand Down
2 changes: 1 addition & 1 deletion build_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
args: ^2.0.0
build_runner: ^2.0.0
build_verify: ^3.0.0
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
io: ^1.0.0
path: ^1.0.0
source_gen_test: ^1.0.0
Expand Down

0 comments on commit d843deb

Please sign in to comment.