From bfd3c2d5a9c93799f68e9111ffd9653c0ffc3842 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Mon, 24 Nov 2014 18:03:26 -0800 Subject: [PATCH] fix(reflection): update pubspec.yaml to add a missing dependency on reflection --- modules/change_detection/pubspec.yaml | 2 ++ modules/core/pubspec.yaml | 2 ++ modules/di/pubspec.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/modules/change_detection/pubspec.yaml b/modules/change_detection/pubspec.yaml index f124130c99..1e413e4e51 100644 --- a/modules/change_detection/pubspec.yaml +++ b/modules/change_detection/pubspec.yaml @@ -4,6 +4,8 @@ environment: dependencies: facade: path: ../facade + reflection: + path: ../reflection dev_dependencies: test_lib: path: ../test_lib diff --git a/modules/core/pubspec.yaml b/modules/core/pubspec.yaml index 3ac102d1ce..b301e29f39 100644 --- a/modules/core/pubspec.yaml +++ b/modules/core/pubspec.yaml @@ -8,6 +8,8 @@ dependencies: path: ../di facade: path: ../facade + reflection: + path: ../reflection dev_dependencies: test_lib: path: ../test_lib diff --git a/modules/di/pubspec.yaml b/modules/di/pubspec.yaml index bb9563572b..084e2c9a3f 100644 --- a/modules/di/pubspec.yaml +++ b/modules/di/pubspec.yaml @@ -4,6 +4,8 @@ environment: dependencies: facade: path: ../facade + reflection: + path: ../reflection dev_dependencies: test_lib: path: ../test_lib