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

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

Issue 2530543002: Fix the pubspec and warnings in pkg/kernel. (Closed)
Patch Set: Created 4 years 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: kernel 1 name: kernel
2 version: 0.2.0 2 version: 0.2.0
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 # We import some of the analyzer's internal files, so lock the patch version. 9 analyzer: ^0.29.0
10 analyzer: 0.29.0
11 path: ^1.3.9 10 path: ^1.3.9
12 args: ^0.13.4 11 args: ^0.13.4
13 logging: ^0.11.2 12 logging: ^0.11.2
14 package_config: ^1.0.0 13 package_config: ^1.0.0
15 dev_dependencies: 14 dev_dependencies:
16 test: ^0.12.15+6 15 test: ^0.12.15+6
17 stack_trace: ^1.6.6 16 stack_trace: ^1.6.6
18 ansicolor: ^0.0.9 17 ansicolor: ^0.0.9
18 dependency_overrides:
19 analyzer: {path: ../analyzer}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698