Skip to content

Commit

Permalink
replace deprecated registry.npmjs.cf with registry.npmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 14, 2023
1 parent 24e2fbd commit 8ff7c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Responsive view:

The website is entirely hosted on [GitHub Pages](https://pages.github.com/).

The npm data is coming from `registry.npmjs.cf` and is collected by [npmgraphbuilder](https://github.com/anvaka/npmgraphbuilder) at real time.
The npm data is coming from `registry.npmjs.crg` and is collected by [npmgraphbuilder](https://github.com/anvaka/npmgraphbuilder) at real time.

For CSS styles I'm using [twitter bootstrap](https://getbootstrap.com/css/) and [less](https://lesscss.org/).

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
registryUrl: 'https://registry.npmjs.cf/',
registryUrl: 'https://registry.npmjs.org/',
autoCompleteUrl: 'https://registry.npmjs.org/-/v1/search?size=10&from=0'
}

0 comments on commit 8ff7c5c

Please sign in to comment.