Open ghost opened 6 years ago
Add ability to return custom repository in dependency object.
We can save custom repository url (host.com in example) as additional prefix in properties or even create new property for this.
host.com
{ registry: "npm#host.com", package: "host.com#packagename", host: "host.com", version?: "1.0.0" }
Add ability to return custom repository in dependency object.
We can save custom repository url (
host.com
in example) as additional prefix in properties or even create new property for this.