From d0d744ee833e4b8038340dada32b8a7afbda1eb1 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 12 May 2021 11:02:58 -0700 Subject: [PATCH 1/2] + entries --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 24c34f7..d2bdf05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,7 @@ name: lints description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. +homepage: https://github.com/dart-lang/lints +repository: https://github.com/dart-lang/lints version: 1.0.0 environment: From 5322f9f79dc834f936a14411f22ec50fda2a263f Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 12 May 2021 11:32:23 -0700 Subject: [PATCH 2/2] bump version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d2bdf05..0398d8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: lints description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. homepage: https://github.com/dart-lang/lints repository: https://github.com/dart-lang/lints -version: 1.0.0 +version: 1.0.1 environment: sdk: '>=2.12.0 <3.0.0'