| Index: pkg/polymer/pubspec.yaml
|
| diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml
|
| index 4d93ad52eed8ce1f4da8fe0c371af82f83c508ac..acd745f3477ba382d1ee1406f36829fc4e752ab3 100644
|
| --- a/pkg/polymer/pubspec.yaml
|
| +++ b/pkg/polymer/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: polymer
|
| -author: Web UI Authors <web-ui-dev@dartlang.org>
|
| +author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| description: >
|
| Polymer.dart is a new type of library for the web, built on top of Web
|
| Components, and designed to leverage the evolving web platform on modern
|
| @@ -16,11 +16,12 @@ dependencies:
|
| html_import: any
|
| logging: any
|
| mdv: any
|
| + meta: any
|
| observe: any
|
| path: any
|
| polymer_expressions: any
|
| shadow_dom: any
|
| source_maps: any
|
| - # TODO(jmesserly): make this a dev_dependency
|
| - unittest: any
|
| yaml: any
|
| +dev_dependencies:
|
| + unittest: any
|
|
|