| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 3f53ff763021354485e6a8069ab6bcc8e4d1f474..23ff55a8fa7679a555e9584fe802fc7f923a1974 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,13 +1,6 @@
|
| name: observatory
|
| version: 1.6.0-dev.1
|
| transformers:
|
| -- polymer:
|
| - entry_points:
|
| - - web/index.html
|
| - inline_stylesheets:
|
| - lib/src/elements/css/shared.css: false
|
| - packages/charted/charts/themes/quantum_theme.css: false
|
| - $exclude: [web/third_party/*.html, web/timeline.html]
|
| - $dart2js:
|
| $include: "**/*.polymer.bootstrap.dart"
|
| suppressWarnings: false
|
| @@ -15,11 +8,9 @@ transformers:
|
| dependencies:
|
| args: any
|
| charted: ^0.4.0
|
| - polymer: ^0.16.3
|
| unittest: < 0.12.0
|
| - js: ^0.6.0
|
| - js_util: ^0.2.0
|
| usage: any
|
| + web_components: any
|
| dependency_overrides:
|
| analyzer: '>=0.26.1 <0.26.1+15'
|
| dart_style: <0.2.2
|
|
|