From 9cfa2e525ee62ee08b428c6cf16673dc7d4ea251 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 24 Mar 2021 14:32:42 +0700 Subject: [PATCH] Updated the package pubpspec for details --- pubspec.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c54d04c..4a2db0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: configurable -description: A simple command-line application. -# version: 1.0.0 -# homepage: https://www.example.com +description: System Configuration and Dotenv Environment for Dart +version: 1.0.0 +homepage: https://github.com/CUBETIQ/system-config-dart +repository: https://github.com/CUBETIQ/system-config-dart.git environment: sdk: '>=2.12.0 <3.0.0'