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

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

Issue 170783009: pkg/docgen: updated min dependencies of args and unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 name: docgen 1 name: docgen
2 version: 0.9.1 2 version: 0.9.2-dev
3 author: "Dart Team <misc@dartlang.org>" 3 author: Dart Team <misc@dartlang.org>
4 description: A documentation generator for the Dart repository.
4 homepage: https://github.com/dart-lang/dartdoc-viewer 5 homepage: https://github.com/dart-lang/dartdoc-viewer
5 description: A documentation generator for the Dart repository. 6 environment:
7 sdk: '>=0.8.10+6 <2.0.0'
Alan Knight 2014/02/19 19:00:46 I doubt that minimum constraint is valid, but it p
6 dependencies: 8 dependencies:
7 args: ">=0.9.0 <0.10.0" 9 args: '>=0.9.0 <0.11.0'
8 logging: ">=0.9.0 <0.10.0" 10 logging: '>=0.9.0 <0.10.0'
9 markdown: 11 markdown:
10 git: 12 git:
11 ref: emilysEdits 13 ref: emilysEdits
12 url: https://github.com/efortuna/dart-markdown 14 url: https://github.com/efortuna/dart-markdown
13 path: ">=0.9.0 <2.0.0" 15 path: '>=0.9.0 <2.0.0'
14 yaml: ">=0.9.0 <0.10.0" 16 yaml: '>=0.9.0 <0.10.0'
15 dev_dependencies: 17 dev_dependencies:
16 unittest: ">=0.9.0 <0.10.0" 18 unittest: '>=0.9.0 <0.11.0'
17 environment:
18 sdk: ">=0.8.10+6 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698