fix(reflection): update pubspec.yaml to add a missing dependency on reflection

This commit is contained in:
vsavkin 2014-11-24 18:03:26 -08:00
parent f55011cde2
commit bfd3c2d5a9
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@ environment:
dependencies:
facade:
path: ../facade
reflection:
path: ../reflection
dev_dependencies:
test_lib:
path: ../test_lib

View File

@ -8,6 +8,8 @@ dependencies:
path: ../di
facade:
path: ../facade
reflection:
path: ../reflection
dev_dependencies:
test_lib:
path: ../test_lib

View File

@ -4,6 +4,8 @@ environment:
dependencies:
facade:
path: ../facade
reflection:
path: ../reflection
dev_dependencies:
test_lib:
path: ../test_lib