Skip to content

Instantly share code, notes, and snippets.

@aisipos
Forked from zeke/mozilla-npm-config.sh
Created January 14, 2014 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aisipos/8427335 to your computer and use it in GitHub Desktop.
Save aisipos/8427335 to your computer and use it in GitHub Desktop.
# npm mirroring, courtesy @jbuck and Mozilla.
# See https://github.com/jbuck/npm-readonly-mirror
curl npmrc.zeke.xxx >> .npmrc
git add .npmrc
git commit -m "mozilla .npmrc"
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment