Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 485 Bytes

Medical UI Components

Usage

`.yarnrc`` Configuration:

Specifies the registry for the @agileventures scope to use GitHub Packages:

"@agileventures:registry" "https://npm.pkg.github.com"

`.npmrc`` Configuration:

Includes an authentication token, which appears to be necessary even for public packages in this case:

//npm.pkg.github.com/:\_authToken=token

The token provides authentication for operations against the GitHub Packages registry.