From 0b80977a6f77b3aa3972c9e42bfa59cb60195ca8 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Sun, 13 Nov 2016 11:43:47 -0800 Subject: [PATCH 1/2] Remove duplicate `yaml` dependency. --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 57f34183..5ae28883 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_schema -version: 1.0.4 +version: 1.0.5 author: Daniel Davidson homepage: https://github.com/patefacio/json_schema description: > @@ -18,7 +18,6 @@ dependencies: # end dev_dependencies: - yaml: "any" browser: "any" # custom From 0ae06ec9b8e3dd878b9a3c3873d45eb6070ef5bf Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Sun, 13 Nov 2016 11:48:37 -0800 Subject: [PATCH 2/2] Removed duplicate `environment` mapping. --- pubspec.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5ae28883..2999b14e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,9 +27,6 @@ dev_dependencies: yaml: "^2.1.0" coverage: ">=0.7.6" -environment: - sdk: ">=1.8.0 <2.0.0" - # end dependency_overrides: