Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(931)

Unified Diff: pkg/kernel/pubspec.yaml

Issue 2828273003: Prepare to publish analyzer, front_end, and kernel. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/pubspec.yaml
diff --git a/pkg/kernel/pubspec.yaml b/pkg/kernel/pubspec.yaml
index 6d330b73372933b249d8fad8e58cd78e078f17eb..65ceb4d74d940d5029a865fe4394f5985bf2664f 100644
--- a/pkg/kernel/pubspec.yaml
+++ b/pkg/kernel/pubspec.yaml
@@ -11,7 +11,8 @@ dependencies:
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
- analyzer: ^0.30.0-alpha.0
+ analyzer: ^0.30.0-alpha.3
+ front_end: ^0.1.0-alpha.2
test: ^0.12.15+6
asgerf 2017/04/21 08:25:56 Did you check that "pub get" works? The test pac
Paul Berry 2017/04/21 08:34:57 Unfortunately, due to the tight coupling, there's
stack_trace: ^1.6.6
ansicolor: ^0.0.9
@@ -19,5 +20,3 @@ dev_dependencies:
git:
url: https://github.com/peter-ahe-google/testing.git
ref: 2e196d5
-dependency_overrides:
- analyzer: {path: ../analyzer}
« no previous file with comments | « pkg/front_end/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698