Skip to content

Instantly share code, notes, and snippets.

@Inclushe
Created February 1, 2024 17:13
Show Gist options
  • Save Inclushe/15d1265f3fb420c1400f4b84f35e64b3 to your computer and use it in GitHub Desktop.
Save Inclushe/15d1265f3fb420c1400f4b84f35e64b3 to your computer and use it in GitHub Desktop.
Use GSAP private registry on Bun
# Find the auth token on this page on step 1: https://gsap.com/docs/v3/Installation/#installer
# Copy this file to ~/.bunfig.toml
[install.scopes]
"@gsap" = { "url" = "https://npm.greensock.com/:_authToken=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "always-auth" = true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment