Add author and homepage to lookup_map package

This commit is contained in:
Sigmund Cherem 2015-09-04 16:31:48 -07:00
parent 1f349aeaef
commit 7a33288fcc

View file

@ -3,6 +3,8 @@ 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
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/sdk/blob/master/pkg/lookup_map/README.md
dev_dependencies:
test: ^0.12.3+8
yaml: ^2.1.2