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

Side by Side Diff: sdk/lib/_internal/dartdoc/pubspec.yaml

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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: dartdoc 1 name: dartdoc
2 description: > 2 description: >
3 Libraries for generating documentation from Dart source code. 3 Libraries for generating documentation from Dart source code.
4 4
5 dependencies: 5 dependencies:
6 analyzer_experimental: ">=0.4.5 <1.0.0" 6 analyzer_experimental: ">=0.4.5 <1.0.0"
7 args: ">=0.4.2 <1.0.0" 7 args: ">=0.4.2 <1.0.0"
8 pathos: ">=0.4.2 <1.0.0" 8 path: ">=0.4.2 <1.0.0"
9 9
10 dev_dependencies: 10 dev_dependencies:
11 unittest: ">=0.4.2 <1.0.0" 11 unittest: ">=0.4.2 <1.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698