Skip to content

Commit 56b3b95

Browse files
authored
Make NPM packages publicly resolvable (#246)
This PR fixes the NPM URLs that were re-written to use an internal NPM registry to be resolvable from public NPM registries instead. It also makes a minor update to the `renovate.json` configuration file by adding an `ignorePresets` entry to exclude the `use-internal-registry` preset so the re-writing of URLs doesn't happen again in the future.
1 parent f762ec6 commit 56b3b95

2 files changed

Lines changed: 1005 additions & 1002 deletions

File tree

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": [
33
"github>powerhome/renovate-config"
4+
],
5+
"ignorePresets": [
6+
"powerhome/renovate-config:use-internal-registry"
47
]
58
}

0 commit comments

Comments
 (0)