| 123456789 |
- ; Template for .npmrc (which is GITIGNORED — never commit the real one).
- ; Copy to .npmrc, then either:
- ; (a) keep the token in the env (preferred): add to ~/.zprofile →
- ; export FONTAWESOME_NPM_TOKEN="your-fa-pro-token"
- ; and leave the ${FONTAWESOME_NPM_TOKEN} ref below as-is; or
- ; (b) paste the raw token after `_authToken=` (it stays local — .npmrc is ignored).
- @awesome.me:registry=https://npm.fontawesome.com/
- @fortawesome:registry=https://npm.fontawesome.com/
- //npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_TOKEN}
|