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

Unified Diff: pkg/glob/pubspec.yaml

Issue 549633002: Add support for listing to the glob package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 3 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 | « pkg/glob/lib/src/utils.dart ('k') | pkg/glob/test/list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/glob/pubspec.yaml
diff --git a/pkg/glob/pubspec.yaml b/pkg/glob/pubspec.yaml
index 2a5e9a82d67d6c60133f618506e944fbc139abe4..fdcdcfa36fe3a2f9b8f0a6fb781163ae8fd55010 100644
--- a/pkg/glob/pubspec.yaml
+++ b/pkg/glob/pubspec.yaml
@@ -1,8 +1,9 @@
name: glob
-version: 1.0.0-dev
+version: 1.0.0
description: Bash-style filename globbing.
dependencies:
path: ">=1.0.0 <2.0.0"
string_scanner: ">=0.1.0 <0.2.0"
dev_dependencies:
unittest: ">=0.11.0 <0.12.0"
+ scheduled_test: ">=0.11.2 <0.12.0"
« no previous file with comments | « pkg/glob/lib/src/utils.dart ('k') | pkg/glob/test/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698