Index: samples/dgrep/pubspec.yaml |
=================================================================== |
--- samples/dgrep/pubspec.yaml (revision 29983) |
+++ samples/dgrep/pubspec.yaml (working copy) |
@@ -1,4 +1,6 @@ |
name: dgrep |
description: A simplified implementation of grep using Dart. |
dependencies: |
- args: any |
+ args: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |