Closed edeustace closed 6 years ago
if we have folder like so:
pie configure controller element
where pie/package.jsondependencies is:
pie/package.json
configure: '1.0.0', controller: '1.0.0', element: '1.0.0'
If the sibling packages of pie satisfy the semver range, then we should use them as the source packages instead of trying to install them. This saves a developer from having to set up a local path while developing, then changing it when releasing.
pie
if we have folder like so:
where
pie/package.json
dependencies is:If the sibling packages of
pie
satisfy the semver range, then we should use them as the source packages instead of trying to install them. This saves a developer from having to set up a local path while developing, then changing it when releasing.