From 8835deafed254dc108868700abf8fed424afea1f Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 24 Mar 2021 15:02:06 +0700 Subject: [PATCH] Fixed test deps and upgrade to 1.0.1 --- pubspec.lock | 2 +- pubspec.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 97ed65e..1ea8b24 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -268,7 +268,7 @@ packages: source: hosted version: "1.2.0" test: - dependency: "direct main" + dependency: "direct dev" description: name: test url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 4a2db0c..1758003 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: configurable -description: System Configuration and Dotenv Environment for Dart -version: 1.0.0 +description: System Configuration and Dotenv Environment for Dart and Flutter +version: 1.0.1 homepage: https://github.com/CUBETIQ/system-config-dart repository: https://github.com/CUBETIQ/system-config-dart.git @@ -8,8 +8,8 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - test: ^1.16.8 meta: ^1.3.0 dev_dependencies: pedantic: ^1.9.0 + test: ^1.16.8