You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@timoxley what're your thoughts on the above? I feel it's better this way, keeps it clear the a module's not coming from npm and consistent with the soon-to-arrive scoped packages: can allow smaller teams to work as if they had their own on-premise npm without all the maintenance overhead involved, potentially easing the transition down the line too.
If we need to use anything other than the sources property then it might be time to look into an optional aperture.json, but if the config can stay this simple that'd be nice!
The text was updated successfully, but these errors were encountered:
Will most likely require a major version bump, but I'd like to get this done soon :)
Let's get rid of
sources
entirely and stick to a key/value mapping of package scopes -> dependencies:Such that in your code you might pull in modules like so:
@timoxley what're your thoughts on the above? I feel it's better this way, keeps it clear the a module's not coming from npm and consistent with the soon-to-arrive scoped packages: can allow smaller teams to work as if they had their own on-premise npm without all the maintenance overhead involved, potentially easing the transition down the line too.
If we need to use anything other than the
sources
property then it might be time to look into an optionalaperture.json
, but if the config can stay this simple that'd be nice!The text was updated successfully, but these errors were encountered: