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"