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

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

Issue 2862713002: Prepare package:analyzer 0.30.0. (Closed)
Patch Set: rev versions 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/kernel/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
1 name: kernel 1 name: kernel
2 version: 0.2.0 2 version: 0.3.0-dev.1
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Dart IR (Intermediate Representation) 4 description: Dart IR (Intermediate Representation)
5 homepage: https://github.com/dart-lang/kernel 5 homepage: https://github.com/dart-lang/kernel
6 environment: 6 environment:
7 sdk: ">=1.8.0" 7 sdk: ">=1.8.0"
8 dependencies: 8 dependencies:
9 path: ^1.3.9 9 path: ^1.3.9
10 args: ^0.13.4 10 args: ^0.13.4
11 logging: ^0.11.2 11 logging: ^0.11.2
12 package_config: ^1.0.0 12 package_config: ^1.0.0
13 dev_dependencies: 13 dev_dependencies:
14 analyzer: ^0.30.0-alpha.3 14 analyzer: ^0.30.0
15 front_end: ^0.1.0-alpha.2 15 front_end: 0.1.0-alpha.4
16 test: ^0.12.15+6 16 test: ^0.12.15+6
17 stack_trace: ^1.6.6 17 stack_trace: ^1.6.6
18 ansicolor: ^0.0.9 18 ansicolor: ^0.0.9
19 testing: 19 testing:
20 git: 20 git:
21 url: https://github.com/peter-ahe-google/testing.git 21 url: https://github.com/peter-ahe-google/testing.git
22 ref: 2e196d5 22 ref: 2e196d5
OLDNEW
« no previous file with comments | « pkg/kernel/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698