.npmrc 421 B

123456789
  1. ; Font Awesome Pro registry — committed, and contains NO secret.
  2. ; The auth token is read from the FONTAWESOME_NPM_TOKEN environment variable at
  3. ; install time. Set it OUTSIDE the repo, e.g. in ~/.zprofile:
  4. ;
  5. ; export FONTAWESOME_NPM_TOKEN="your-fa-pro-token"
  6. ;
  7. ; Do NOT paste the raw token into this file.
  8. @fortawesome:registry=https://npm.fontawesome.com/
  9. //npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_TOKEN}