Skip to content

Commit

Permalink
Update for new lints (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaVerbeeck authored Oct 1, 2024
1 parent bc416b3 commit 9f90088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dart_pdf_reader.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library dart_pdf_reader;
library;

export 'src/error/exceptions.dart';
export 'src/model/pdf_constants.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/dart_pdf_reader_io.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library dart_pdf_reader_io;
library;

export 'dart_pdf_reader.dart';
export 'src/utils/file_stream.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
meta: '>=1.9.1 < 2.0.0'

dev_dependencies:
lints: ^4.0.0
lints: ^5.0.0
test: ^1.21.0
mocktail: ^1.0.0
convert: ^3.1.1
Expand Down

0 comments on commit 9f90088

Please sign in to comment.