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

Unified Diff: pkg/glob/pubspec.yaml

Issue 506993004: Create a 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/glob_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
new file mode 100644
index 0000000000000000000000000000000000000000..2a5e9a82d67d6c60133f618506e944fbc139abe4
--- /dev/null
+++ b/pkg/glob/pubspec.yaml
@@ -0,0 +1,8 @@
+name: glob
+version: 1.0.0-dev
+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"
« no previous file with comments | « pkg/glob/lib/src/utils.dart ('k') | pkg/glob/test/glob_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698