Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index d1527a5d94100be2b48a56bebce183ddf363941e..ad4305f4739e5ccd41bf06a951aa80b752f10ca4 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -21,6 +21,7 @@ dependencies: |
mime: "^0.9.0" |
oauth2: "^1.0.0" |
package_config: "^0.1.1" |
+ package_resolver: "^1.0.0" |
path: "^1.2.0" |
pool: "^1.0.0" |
pub_semver: "^1.2.0" |
@@ -39,3 +40,6 @@ dev_dependencies: |
environment: |
sdk: ">=1.11.0 <2.0.0" |
+ |
+dependency_overrides: |
+ test: {path: ../pkg/test} |
kevmoo
2016/08/02 03:14:12
Uh...so this will only work in the SDK repo then?
Bob Nystrom
2016/08/02 15:58:05
I'm guessing this was just for Natalie's local tes
nweiz
2016/08/02 23:26:42
Yep! Fixed.
|