Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 8200acffec0f5a0d23106ba1ca9e4e9c941bf194..d975dac3446607596fa43dd22501dc55a1c90a74 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -11,6 +11,7 @@ dependencies: |
analyzer: ^0.27.4-alpha.12 |
args: ^0.13.0 |
bazel_worker: ^0.1.0 |
+ browser: ^0.10.0 |
cli_util: ^0.0.1 |
func: ^0.1.0 |
html: ^0.12.0 |
@@ -29,6 +30,10 @@ dev_dependencies: |
unittest: ^0.11.6 |
webdriver: ^1.1.0 |
+dependency_overrides: |
+ analyzer: |
+ path: /usr/local/google/home/priscillalee/dart-sdk/sdk/pkg/analyzer/ |
Jennifer Messerly
2016/07/27 21:38:33
probably want to revert this before checking in. W
Jacob
2016/07/27 21:39:50
I think it is released!
https://pub.dartlang.org/p
|
+ |
environment: |
sdk: ">=1.12.0 <2.0.0" |