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

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

Issue 2875323002: Remove unintentional dependency on analysis_server (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
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 10 analyzer: ^0.30.0
11 charcode: ^1.1.0
11 html: any 12 html: any
12 path: any 13 path: any
13 pub_semver: any 14 pub_semver: any
14 15
15 dev_dependencies: 16 dev_dependencies:
16 test_reflective_loader: ^0.1.0 17 test_reflective_loader: ^0.1.0
17 test: ^0.12.17 18 test: ^0.12.17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698