Index: pkg/shadow_dom/pubspec.yaml |
=================================================================== |
--- pkg/shadow_dom/pubspec.yaml (revision 29983) |
+++ pkg/shadow_dom/pubspec.yaml (working copy) |
@@ -1,4 +1,5 @@ |
name: shadow_dom |
+version: 0.9.0 |
author: "Web UI Team <web-ui-dev@dartlang.org>" |
homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom |
description: > |
@@ -7,3 +8,5 @@ |
boundaries between DOM trees and how these trees interact with each other |
within a document, thus enabling better functional encapsulation within the |
DOM. |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |