diff --git a/pubspec.yaml b/pubspec.yaml index 57f34183..2999b14e 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 @@ -28,9 +27,6 @@ dev_dependencies: yaml: "^2.1.0" coverage: ">=0.7.6" -environment: - sdk: ">=1.8.0 <2.0.0" - # end dependency_overrides: