We currently find these packages by looking at /controller and /configure within the pie. While this is convenient it makes re-using packages difficult (it also creates problems when building/publishing packages in a mono-repo).
Allow a pie to optionally define a dependency as one piece of the pie.
We currently find these packages by looking at
/controller
and/configure
within the pie. While this is convenient it makes re-using packages difficult (it also creates problems when building/publishing packages in a mono-repo).Allow a pie to optionally define a dependency as one piece of the pie.
package.json:
This will allow allow easier re-use and will make package publishing simpler.