Skip to content

Releases: Nahara-OSS/keyframe

2.0.0

19 Oct 06:58
2.0.0
47f1ade

Choose a tag to compare

  • Massive API changes; you might want to keep using the version on GitHub packages.
  • Publish to jsr

1.0.0

16 Oct 15:25
e1e51f7

Choose a tag to compare

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).