Versions Compared

Key

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

...

Table of Contents

Prerequisites

Become an NPM contributor

...

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

  • Set up your NPM

...

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

...

Confirm your settings: 

Code Block
npm config ls

...

Update the version

Update the toolkit version in the code:

...