Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 57b41c2

Browse files
authoredJun 27, 2024
update lints (#131)
1 parent a8157d8 commit 57b41c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎lib/fixnum.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
///
77
/// The integer implementations in this library are designed to work
88
/// identically whether executed on the Dart VM or compiled to JavaScript.
9-
library fixnum;
9+
library;
1010

1111
export 'src/int32.dart';
1212
export 'src/int64.dart';

‎pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ environment:
99
sdk: ^3.1.0
1010

1111
dev_dependencies:
12-
dart_flutter_team_lints: ^2.0.0
13-
test: ^1.16.0
12+
dart_flutter_team_lints: ^3.0.0
13+
test: ^1.16.6

0 commit comments

Comments
 (0)