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

Unified Diff: pubspec.yaml

Issue 1132083005: pkg/path: migrate to pkg/test (Closed) Base URL: https://github.com/dart-lang/path.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/browser_test.dart » ('j') | test/posix_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 835129acc2909684d648ecbc0a6348518342795d..7c00ed3fa79c753c936235e6df82529b1d66d72d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
name: path
-version: 1.3.5
+version: 1.3.5+1
nweiz 2015/05/13 18:06:30 Don't use +1 for post-1.0.0 versions.
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://github.com/dart-lang/path
+homepage: https://github.com/dart-lang/path
dev_dependencies:
- unittest: ">=0.9.0 <0.12.0"
+ test: ">=0.12.0 <0.13.0"
nweiz 2015/05/13 18:06:30 Since this is a dev dependency, might as well use
environment:
sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « no previous file | test/browser_test.dart » ('j') | test/posix_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698