| commit | 860fa65be9122e4c2e73f11437ef21968726a26a | [log] [tgz] |
|---|---|---|
| author | Phil Quitslund <pq@users.noreply.github.com> | Thu May 28 10:09:50 2015 -0700 |
| committer | Phil Quitslund <pq@users.noreply.github.com> | Thu May 28 10:09:50 2015 -0700 |
| tree | 9bb206e0655008cddd8d6ac61fe67ee91742b841 | |
| parent | fd1d37d5ba2e444804436148025fe814824f124c [diff] |
Constraint cleanup.
diff --git a/pkgs/package_config/pubspec.yaml b/pkgs/package_config/pubspec.yaml index 36daf6f..0efb23f 100644 --- a/pkgs/package_config/pubspec.yaml +++ b/pkgs/package_config/pubspec.yaml
@@ -9,8 +9,8 @@ dependencies: charcode: '^1.1.0' - path: 'any' - http: 'any' + http: '^0.11.2' + path: '>=1.0.0 <2.0.0' dev_dependencies: test: '>=0.12.0 <0.13.0'