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

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

Issue 2659523006: Create the directory for the plugin package (Closed)
Patch Set: clean up Created 3 years, 10 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
« pkg/analyzer_plugin/README.md ('K') | « pkg/analyzer_plugin/README.md ('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
(Empty)
1 name: analyzer_plugin
2 description: A framework for building plugins for the analysis server.
3 version: 0.0.1-alpha.0
4 author: Dart Team <misc@dartlang.org>
5
6 environment:
7 sdk: '>=1.0.0 <2.0.0'
8
9 dependencies:
10 analyzer: 0.30.0-alpha.0
11 html: any
12 path: any
13
14 dev_dependencies:
15 test_reflective_loader: ^0.1.0
16 test: ^0.12.0
OLDNEW
« pkg/analyzer_plugin/README.md ('K') | « pkg/analyzer_plugin/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698