From a20d153c1acf774dc2f517996b28e2ee96e21d0a Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Mon, 26 Apr 2021 14:15:15 +0300 Subject: [PATCH] fixed pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index eaae903..7c72415 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: dart_di description: Experimental Dependency Injection library. version: 0.1.0 -author: Sergey Penkovsky homepage: https://github.com/pese-git/dart_di +documentation: https://github.com/pese-git/dart_di/doc environment: sdk: ">=2.12.0 <3.0.0"