-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(npmrc): fix getting registry configuration for a scope (#55)
Previous when trying to get the registry configuration for @scope/name we were iterating over discovered registry configurations by starting at <registry_url>/<scope>/<name>, trying to get a match, then stripping parts at the end. This is incorrect, as the configuration should be the exact match on the defined registry URL for given scope without appending scope and package names.
- Loading branch information
1 parent
c4b9c75
commit 568f315
Showing
1 changed file
with
53 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters