Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 42f5373d6c5cc7f9153ef3ed8028b4e283892936..70e1ff4b222088367ad45b1802502f7ab29c89a5 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -41,3 +41,6 @@ executables: |
# Similar to dartdevc, but runs the (single) entry point with iojs (requires |
# a very recent iojs next-nightly version). |
dartdevrun: devrun |
+dependency_overrides: |
Leaf
2015/10/07 21:48:38
You'll want to make sure to take this out.
|
+ analyzer: |
+ path: ../dart/sdk/pkg/analyzer/ |