Skip to content

Commit

Permalink
bump lints dep and fix (dart-lang/args#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored May 28, 2024
1 parent 43f8150 commit a43221a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/args/example/arg_parser/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// This is an example of converting the args in test.dart to use this API.
/// It shows what it looks like to build an [ArgParser] and then, when the code
/// is run, demonstrates what the generated usage text looks like.
library example;
library;

import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion pkgs/args/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ environment:
sdk: ^3.3.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.0

0 comments on commit a43221a

Please sign in to comment.