Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new NPM user at https://www.npmjs.com.

  2. Set up your NPM author information (taken from https://gist.github.com/coolaj86/1318304): 

    Code Block
    npm set init.author.name "Your Name"
    npm set init.author.email "you@edx.org"
    npm adduser  # enter your npm username and password
  3. Confirm your settings: 

    Code Block
    npm config ls
  4. Create an IT ticket to request that your account be made a contributor

...