Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
update lints (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jul 8, 2024
1 parent 1780d6c commit 9f7a43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/characters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// String operations based on characters (Unicode grapheme clusters).
library characters;
library;

export "src/characters.dart";
export "src/extensions.dart";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ environment:
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6

0 comments on commit 9f7a43f

Please sign in to comment.