self-hosted-shared-dependencies
self-hosted-shared-dependencies copied to clipboard
A repo for self hosting shared dependencies
Solves #24
Include/exclude per version is not working. From `README` ```js { versions: [ // When the version is a string, the package's include and exclude lists // are applied ">= 17",...
Hey there, I'm wondering why we are downloading things from npm "again". Especially in the case of using the `usePackageJSON` option, after installing the dependencies for a project, all those...