meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

Using .npmrc for private npm packages #119

Open thatgibbyguy opened 8 years ago

thatgibbyguy commented 8 years ago

My company utilizes a private module for its style guide. I can currently pull in as a git submodule but using it as an NPM module would be much preferred.

However, I do not see in your documentation a way to utilize .npmrc or where to specify what private registry to use for private NPM modules. Is this possible with meteorhacks/npm? Thanks for everything!