| Index: pkg/custom_element/pubspec.yaml
|
| diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
|
| index f51f7158c9a32bfd109cc45516fdc06635ada2cc..e52b08024f36a576304e391fa7dccddfa2a4b591 100644
|
| --- a/pkg/custom_element/pubspec.yaml
|
| +++ b/pkg/custom_element/pubspec.yaml
|
| @@ -6,6 +6,8 @@ description: >
|
| with custom tag names, and then use those custom tag names as they would any
|
| standard tag.
|
| dependencies:
|
| + meta: any
|
| + mutation_observer: any
|
| # TODO(jmesserly): fix this, we should not depend on MDV.
|
| mdv: any
|
| dev_dependencies:
|
|
|