Chromium Code Reviews| Index: pkg/args/pubspec.yaml |
| diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml |
| index 14802e7025dc861d1c3941ee00fc9817b6e38d19..5e460f373b9c6c25993206b7aeaadea9c30615b7 100644 |
| --- a/pkg/args/pubspec.yaml |
| +++ b/pkg/args/pubspec.yaml |
| @@ -6,5 +6,7 @@ description: > |
| Libraries for defining parsers for parsing raw command-line arguments into |
| a set of options and values using GNU and POSIX style options. |
| +dependencies: |
| + unmodifiable_collection: any |
| dev_dependencies: |
| unittest: any |