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

Unified Diff: pkg/front_end/pubspec.yaml

Issue 3006633002: More clean-up prior to publishing (Closed)
Patch Set: Created 3 years, 4 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/analyzer_plugin/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/pubspec.yaml
diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml
index 8a1bdbfa982b2d5c955aa23857730f0b91094bb7..a09923f56aa3094fb1e4aa8ba50c0b00fc8f31fe 100644
--- a/pkg/front_end/pubspec.yaml
+++ b/pkg/front_end/pubspec.yaml
@@ -6,9 +6,18 @@ homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=1.12.0 <2.0.0-dev.infinity'
dependencies:
+ async_helper:
Paul Berry 2017/08/25 21:04:52 Does pub allow the version to be the empty string?
devoncarew 2017/08/25 21:08:29 It does allow it to be empty; it's the same as 'an
Brian Wilkerson 2017/08/25 21:17:29 Sorry, I thought I had removed those lines. I have
+ charcode: '^1.1.1'
+ convert: '^2.0.1'
+ crypto: '^2.0.2'
+ dart_style: '^1.0.7'
kernel: 0.3.0-alpha.3
+ meta: '^1.1.1'
+ package_config: '^1.0.1'
path: '^1.3.9'
source_span: '^1.2.3'
+ testing:
Paul Berry 2017/08/25 21:04:52 Same issue here.
+ yaml: '^2.1.12'
dev_dependencies:
analyzer: '>=0.30.0 <0.32.0'
args: '>=0.13.0 <2.0.0'
« no previous file with comments | « pkg/analyzer_plugin/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698