From a7eb96a391cced0f9b2d6a9fbaffc3483c2558eb Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 12 Oct 2019 09:48:06 -0400 Subject: [PATCH] Change description --- angel_container/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angel_container/pubspec.yaml b/angel_container/pubspec.yaml index c723d65b..0fc3c36f 100644 --- a/angel_container/pubspec.yaml +++ b/angel_container/pubspec.yaml @@ -1,7 +1,7 @@ name: angel_container version: 1.1.0 author: Tobe O -description: "A better IoC container and dependency injector for Angel, ultimately allowing Angel to be used without dart:mirrors." +description: A hierarchical DI container, and pluggable backends for reflection. homepage: https://github.com/angel-dart/container.git environment: sdk: ">=1.8.0 <3.0.0"