From 92578979023a3500fd0c14783b1dcb78a0742a08 Mon Sep 17 00:00:00 2001 From: ENDOH takanao Date: Thu, 7 Aug 2014 13:40:07 +0800 Subject: [PATCH] [#1164] move `web_components` line to dev_dependencies in the pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 148f9a1d2..471cfd9c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,10 +24,10 @@ dependencies: intl: '>=0.8.7 <0.12.0' perf_api: '>=0.0.8 <0.1.0' route_hierarchical: '>=0.4.21 <0.5.0' - web_components: '>=0.3.3 <0.4.0' dev_dependencies: benchmark_harness: '>=1.0.0 <2.0.0' guinness: '>=0.1.9 <0.2.0' mock: '>=0.10.0 <0.12.0' protractor: '0.0.5' unittest: '>=0.10.1 <0.12.0' + web_components: '>=0.3.3 <0.4.0'