Skip to content

How to update npm package

Miguel Sousa edited this page Sep 5, 2019 · 1 revision

NOTE: The steps below assume that the release branch is checked out and that any changes to the files (fonts, etc.) have already been committed.

Steps to update the package on npm:

  1. Update/install npm: npm install -g npm@latest
  2. Login: npm login
  3. cd to folder containing the package.json file
  4. Publish new version of the fonts: npm publish
Clone this wiki locally