paulodiovani / hacktoberrank

Hacktoberfest Rank
https://hacktoberrank-challenge.herokuapp.com/
MIT License
6 stars 17 forks source link

Add .npmrc with default npm registry #19

Closed paulodiovani closed 4 years ago

paulodiovani commented 4 years ago

Some companies use a custom npm registry set at ~/.npmrc.

To prevent failures on npm install, let's add our own .npmrc to the project. A simple registry line is enough.

registry=https://registry.npmjs.org/
adarshlilha commented 4 years ago

Hey, can I take this?

paulodiovani commented 4 years ago

Sure. :)