When chaining a `pubspec.yaml` we automatically run `pub get`. In `gulp build` we also run `dartanalyzer` for all files that have the pattern: `<module>/lib/<module>.dart` Closes #13 Closes #5 Closes #2
9 lines
132 B
YAML
9 lines
132 B
YAML
name: di
|
|
environment:
|
|
sdk: '>=1.4.0'
|
|
dependencies:
|
|
facade:
|
|
path: ../facade
|
|
dev_dependencies:
|
|
unittest: '>=0.10.1 <0.12.0'
|