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

Side by Side Diff: pkg/analyzer_plugin/pubspec.yaml

Issue 2877863002: Fix pubspecs for new analyzer plugin arch dependencies (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: analyzer_plugin 1 name: analyzer_plugin
2 description: A framework for building plugins for the analysis server. 2 description: A framework for building plugins for the analysis server.
3 version: 0.0.1-alpha.0 3 version: 0.0.1-alpha.0
4 author: Dart Team <misc@dartlang.org> 4 author: Dart Team <misc@dartlang.org>
5 5
6 environment: 6 environment:
7 sdk: '>=1.0.0 <2.0.0' 7 sdk: '>=1.0.0 <2.0.0'
8 8
9 dependencies: 9 dependencies:
10 analyzer: 0.30.0-alpha.0 10 analyzer: ^0.30.0
11 html: any 11 html: any
12 path: any 12 path: any
13 pub_semver: any
13 14
14 dev_dependencies: 15 dev_dependencies:
15 test_reflective_loader: ^0.1.0 16 test_reflective_loader: ^0.1.0
16 test: ^0.12.17 17 test: ^0.12.17
OLDNEW
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698