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

Side by Side Diff: pubspec.yaml

Issue 2080603003: Publish `0.9.6`. (Closed) Base URL: https://github.com/dart-lang/dartdoc.git@master
Patch Set: Created 4 years, 6 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 | « lib/dartdoc.dart ('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: dartdoc 1 name: dartdoc
2 # Also update the `version` field in lib/dartdoc.dart. 2 # Also update the `version` field in lib/dartdoc.dart.
3 version: 0.9.5 3 version: 0.9.6
4 author: Dart Team <misc@dartlang.org> 4 author: Dart Team <misc@dartlang.org>
5 description: A documentation generator for Dart. 5 description: A documentation generator for Dart.
6 homepage: https://github.com/dart-lang/dartdoc 6 homepage: https://github.com/dart-lang/dartdoc
7 environment: 7 environment:
8 sdk: '>=1.14.0 <2.0.0' 8 sdk: '>=1.14.0 <2.0.0'
9 dependencies: 9 dependencies:
10 analyzer: 0.27.3-alpha.7 10 analyzer: 0.27.3-alpha.7
11 args: ^0.13.0 11 args: ^0.13.0
12 cli_util: ^0.0.1 12 cli_util: ^0.0.1
13 collection: ^1.2.0 13 collection: ^1.2.0
14 html: ^0.12.1 14 html: ^0.12.1
15 logging: '>=0.9.0 <0.12.0' 15 logging: '>=0.9.0 <0.12.0'
16 markdown: ^0.8.0 16 markdown: ^0.8.0
17 mustache4dart: ^1.0.9 17 mustache4dart: ^1.0.9
18 path: ^1.3.0 18 path: ^1.3.0
19 quiver: '>=0.18.0 <0.22.0' 19 quiver: '>=0.18.0 <0.22.0'
20 resource: ^1.1.0 20 resource: ^1.1.0
21 stack_trace: ^1.4.2 21 stack_trace: ^1.4.2
22 yaml: ^2.1.0 22 yaml: ^2.1.0
23 dev_dependencies: 23 dev_dependencies:
24 den_api: ^0.1.0 24 den_api: ^0.1.0
25 grinder: ^0.8.0 25 grinder: ^0.8.0
26 http: ^0.11.0 26 http: ^0.11.0
27 librato: ^0.0.3 27 librato: ^0.0.3
28 pub_semver: ^1.0.0 28 pub_semver: ^1.0.0
29 test: ^0.12.0 29 test: ^0.12.0
30 which: ^0.1.3 30 which: ^0.1.3
31 executables: 31 executables:
32 dartdoc: null 32 dartdoc: null
OLDNEW
« no previous file with comments | « lib/dartdoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698