From f0e796d48c11b30a6d671e47830b18cf00613a3a Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Thu, 30 Jan 2014 12:48:30 -0800 Subject: [PATCH] chore(deps): Depend on shadow_dom so we can use the polyfill We need this to run on Firefox, for example. --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 9f55042f8..ea3554464 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,3 +21,4 @@ dependencies: perf_api: '>=0.0.8 <0.1.0' route_hierarchical: '>=0.4.7 <0.5.0' unittest: '>=0.8.7 <0.10.0' + shadow_dom: '>=0.9.1 <1.0.0'