| OLD | NEW |
| 1 name: lookup_map | 1 name: lookup_map |
| 2 description: a lookup-only map that can be tree-shaken by dart2js | 2 description: a lookup-only map that can be tree-shaken by dart2js |
| 3 # Note: the version needs to be kept in sync with the string in | 3 # Note: the version needs to be kept in sync with the string in |
| 4 # lib/lookup_map.dart, otherwise test/version_check_test would fail. | 4 # lib/lookup_map.dart, otherwise test/version_check_test would fail. |
| 5 version: 0.0.1 | 5 version: 0.0.1+1 |
| 6 author: "Dart Team <misc@dartlang.org>" | 6 author: "Dart Team <misc@dartlang.org>" |
| 7 homepage: https://github.com/dart-lang/sdk/blob/master/pkg/lookup_map/README.md | 7 homepage: https://github.com/dart-lang/sdk/blob/master/pkg/lookup_map/README.md |
| 8 dev_dependencies: | 8 dev_dependencies: |
| 9 test: ^0.12.3+8 | 9 test: ^0.12.3+8 |
| 10 yaml: ^2.1.2 | 10 yaml: ^2.1.2 |
| OLD | NEW |