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

Unified Diff: pkg/analyzer_plugin/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 | « no previous file | pkg/front_end/pubspec.yaml » ('j') | pkg/front_end/pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/pubspec.yaml
diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml
index 2179156c88d386f477f10bfbfe7915483f5b63e9..02b20bbec43661603f798913f33a57cba40e08f5 100644
--- a/pkg/analyzer_plugin/pubspec.yaml
+++ b/pkg/analyzer_plugin/pubspec.yaml
@@ -2,16 +2,17 @@ name: analyzer_plugin
description: A framework for building plugins for the analysis server.
version: 0.0.1-alpha.0
author: Dart Team <misc@dartlang.org>
+homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
environment:
- sdk: '>=1.0.0 <2.0.0'
+ sdk: '>=1.8.0 <2.0.0'
dependencies:
- analyzer: ^0.31.0-alpha.1
- charcode: ^1.1.0
- html: any
- path: any
- pub_semver: any
+ analyzer: '^0.31.0-alpha.1'
+ charcode: '^1.1.0'
+ html: '^0.13.1'
+ path: '^1.4.1'
+ pub_semver: '^1.3.2'
dev_dependencies:
test_reflective_loader: ^0.1.0
« no previous file with comments | « no previous file | pkg/front_end/pubspec.yaml » ('j') | pkg/front_end/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698