fix(reflection): update pubspec.yaml to add a missing dependency on reflection
This commit is contained in:
parent
f55011cde2
commit
bfd3c2d5a9
|
@ -4,6 +4,8 @@ environment:
|
|||
dependencies:
|
||||
facade:
|
||||
path: ../facade
|
||||
reflection:
|
||||
path: ../reflection
|
||||
dev_dependencies:
|
||||
test_lib:
|
||||
path: ../test_lib
|
||||
|
|
|
@ -8,6 +8,8 @@ dependencies:
|
|||
path: ../di
|
||||
facade:
|
||||
path: ../facade
|
||||
reflection:
|
||||
path: ../reflection
|
||||
dev_dependencies:
|
||||
test_lib:
|
||||
path: ../test_lib
|
||||
|
|
|
@ -4,6 +4,8 @@ environment:
|
|||
dependencies:
|
||||
facade:
|
||||
path: ../facade
|
||||
reflection:
|
||||
path: ../reflection
|
||||
dev_dependencies:
|
||||
test_lib:
|
||||
path: ../test_lib
|
||||
|
|
Loading…
Reference in New Issue