Releases: Nahara-OSS/keyframe
Releases · Nahara-OSS/keyframe
2.0.0
1.0.0
I'm so tired of dealing with GitHub Actions but here we are.
Add this to your user .npmrc (or package .npmrc):
@nahara-oss:registry=https://npm.pkg.github.com/
If you have never used GitHub Packages before, add this to your user .npmrc:
//npm.pkg.github.com/:_authToken=${GHPKG_AUTH_TOKEN}
and add GHPKG_AUTH_TOKEN token as environment variable to your .env or .profile (or just replace ${GHPKG_AUTH_TOKEN} with environment variable in your .npmrc).