diff --git a/pubspec.yaml b/pubspec.yaml index b8d9a7c..0fe9ecc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,9 @@ author: Chris Buckett description: A set of libraries designed to provide configuration to Dart applications. Using dependency injection, the same library API can load config information from the filesystem and httprequest, formatted as JSON or YAML. Customization with additional providers is also possible by implementing two simple interfaces. homepage: https://github.com/chrisbu/dart_config dependencies: - unittest: any yaml: '>=0.4.2' dev_dependencies: + unittest: any browser: any +environment: + sdk: '>=1.19.0 <2.1.0'