Chromium Code Reviews| Index: pkg/path/pubspec.yaml |
| diff --git a/pkg/path/pubspec.yaml b/pkg/path/pubspec.yaml |
| index 7bc83bff1bf01df836ee3308a06d7e84fea7fe94..e9948de016678e0c12f9c8904a976407fe1c941c 100644 |
| --- a/pkg/path/pubspec.yaml |
| +++ b/pkg/path/pubspec.yaml |
| @@ -1,12 +1,11 @@ |
| name: path |
| -version: 1.2.1 |
| +version: 1.2.2 |
|
kevmoo
2014/07/24 19:44:42
not +1?
nweiz
2014/07/24 20:23:42
See https://docs.google.com/a/google.com/document/
Siggi Cherem (dart-lang)
2014/07/24 21:15:30
if I understand correctly - this is because this s
|
| author: Dart Team <misc@dartlang.org> |
| description: > |
| A string-based path manipulation library. All of the path operations you know |
| and love, with solid support on both Windows and POSIX (Linux and Mac OS X) |
| machines. |
| homepage: http://www.dartlang.org |
| -documentation: http://api.dartlang.org/docs/pkg/path |
| dev_dependencies: |
| unittest: ">=0.9.0 <0.12.0" |
| environment: |