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

Unified Diff: pubspec.yaml

Issue 1213723007: Update to test package, make test work on dart2js. (Closed) Base URL: https://github.com/dart-lang/collection.git@master
Patch Set: Also update version. Created 5 years, 6 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 47f8b1b82c54728f72c58b1d3c8e6a060e6fb9d7..33110bad28dd19dc027e5f65b94c077660311c79 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,9 +1,9 @@
name: collection
-version: 1.1.1
+version: 1.1.2-dev
author: Dart Team <misc@dartlang.org>
description: Collections and utilities functions and classes related to collections.
homepage: https://www.github.com/dart-lang/collection
environment:
sdk: '>=1.5.0 <2.0.0'
dev_dependencies:
- unittest: '>=0.9.0 <0.11.0'
+ test: '^0.12.0'
« no previous file with comments | « .gitignore ('k') | test/algorithms_test.dart » ('j') | test/equality_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698