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

Unified Diff: pkg/front_end/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
Index: pkg/front_end/pubspec.yaml
diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml
index 5f15860229e4913dbfa96fd984722db11ea35f6b..60710465cf24d18559372c7f442ffca02b760fb3 100644
--- a/pkg/front_end/pubspec.yaml
+++ b/pkg/front_end/pubspec.yaml
@@ -1,18 +1,16 @@
name: front_end
-version: 0.1.0-alpha.1
+version: 0.1.0-alpha.2
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
- analyzer: 0.30.0-alpha.1
+ analyzer: 0.30.0-alpha.3
+ kernel: ^0.2.0
path: '^1.3.9'
source_span: '^1.2.3'
dev_dependencies:
- # TODO(sigmund): update to a version constraint once we roll the latest kernel
- # to the repo.
- kernel: {path: ../../pkg/kernel}
package_config: '^1.0.0'
test: ^0.12.0
test_reflective_loader: ^0.1.0
« no previous file with comments | « pkg/analyzer/pubspec.yaml ('k') | pkg/kernel/pubspec.yaml » ('j') | pkg/kernel/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698