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

Side by Side Diff: pubspec.yaml

Issue 2439603003: Add a version number to the pubspec. (Closed)
Patch Set: More changes to make pubspec publishable Created 4 years, 2 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 | « no previous file | 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.1.0
3 author: Dart Team <misc@dartlang.org>
4 description: Dart IR (Intermediate Representation)
5 homepage: https://github.com/dart-lang/kernel
6 environment:
7 sdk: ">=1.8.0"
2 dependencies: 8 dependencies:
3 # We import some of the analyzer's internal files, so lock the patch version. 9 # We import some of the analyzer's internal files, so lock the patch version.
4 analyzer: 0.29.0-alpha.1 10 analyzer: 0.29.0-alpha.1
5 path: ^1.3.9 11 path: ^1.3.9
6 args: ^0.13.4 12 args: ^0.13.4
7 logging: ^0.11.2 13 logging: ^0.11.2
8 package_config: ^1.0.0 14 package_config: ^1.0.0
9 dev_dependencies: 15 dev_dependencies:
10 test: 0.12.15+6 16 test: ^0.12.15+6
11 stack_trace: ^1.6.6 17 stack_trace: ^1.6.6
12 ansicolor: ^0.0.9 18 ansicolor: ^0.0.9
13 dependency_overrides:
14 analyzer: 0.29.0-alpha.1
15 test: 0.12.15+6 # Override version constraint on package:test
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698