
... and reattach fitness to the build. We detached fitness from the build because it was seeing an old version of playfair that didn't work with the most recent version of the Sky package.
12 lines
232 B
YAML
12 lines
232 B
YAML
name: fitness
|
|
dependencies:
|
|
sky: any
|
|
sky_tools: any
|
|
playfair: "^0.0.5"
|
|
path: "^1.3.6"
|
|
dependency_overrides:
|
|
material_design_icons:
|
|
path: ../../sky/packages/material_design_icons
|
|
sky:
|
|
path: ../../sky/packages/sky
|