Skip to content

Commit fa636c8

Browse files
committed
Update lints package version to 6.0.0
1 parent d382d61 commit fa636c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Configuration {
7575
}
7676

7777
/// Load configuration from environment variables
78-
static fromEnv({String prefix = ""}) {
78+
static Configuration fromEnv({String prefix = ""}) {
7979
final accessToken = Platform.environment["${prefix}ACCESS_TOKEN"];
8080
return Configuration(
8181
accessToken: accessToken,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies:
1717
http: '>=0.13.0 <2.0.0'
1818

1919
dev_dependencies:
20-
lints: ^5.1.1
20+
lints: ^6.0.0
2121
test: ^1.25.1

0 commit comments

Comments
 (0)