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:
|
dependencies:
|
||||||
facade:
|
facade:
|
||||||
path: ../facade
|
path: ../facade
|
||||||
|
reflection:
|
||||||
|
path: ../reflection
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test_lib:
|
test_lib:
|
||||||
path: ../test_lib
|
path: ../test_lib
|
||||||
|
|
|
@ -8,6 +8,8 @@ dependencies:
|
||||||
path: ../di
|
path: ../di
|
||||||
facade:
|
facade:
|
||||||
path: ../facade
|
path: ../facade
|
||||||
|
reflection:
|
||||||
|
path: ../reflection
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test_lib:
|
test_lib:
|
||||||
path: ../test_lib
|
path: ../test_lib
|
||||||
|
|
|
@ -4,6 +4,8 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
facade:
|
facade:
|
||||||
path: ../facade
|
path: ../facade
|
||||||
|
reflection:
|
||||||
|
path: ../reflection
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test_lib:
|
test_lib:
|
||||||
path: ../test_lib
|
path: ../test_lib
|
||||||
|
|
Loading…
Reference in New Issue