Chromium Code Reviews| Index: pkg/lookup_map/pubspec.yaml |
| diff --git a/pkg/lookup_map/pubspec.yaml b/pkg/lookup_map/pubspec.yaml |
| index fdc8946522c236db33aa8d6630bb66726fb896e0..e6e87f9ecc809363745580397594b7a3db6be200 100644 |
| --- a/pkg/lookup_map/pubspec.yaml |
| +++ b/pkg/lookup_map/pubspec.yaml |
| @@ -1,3 +1,8 @@ |
| name: lookup_map |
| description: a lookup-only map that can be tree-shaken by dart2js |
| +# Note: the version needs to be kept in sync with the string in |
| +# lib/lookup_map.dart, otherwise test/version_check_test would fail. |
| version: 0.0.1 |
| +dev_dependencies: |
| + test: ^0.12.3+8 |
| + yaml: ^2.1.2 |