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

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

Issue 22284003: pkg: analysis aided cleanup (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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: path 1 name: path
2 author: "Dart Team <misc@dartlang.org>" 2 author: Dart Team <misc@dartlang.org>
3 homepage: http://www.dartlang.org
4 documentation: http://api.dartlang.org/docs/pkg/path
5 description: > 3 description: >
6 A string-based path manipulation library. All of the path operations you know 4 A string-based path manipulation library. All of the path operations you know
7 and love, with solid support on both Windows and POSIX (Linux and Mac OS X) 5 and love, with solid support on both Windows and POSIX (Linux and Mac OS X)
8 machines. 6 machines.
7 homepage: http://www.dartlang.org
8 documentation: http://api.dartlang.org/docs/pkg/path
9 dev_dependencies:
10 unittest: any
gram 2013/08/05 23:23:12 Do we need this unittest dependency here? I'm not
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698