Created
February 1, 2024 17:13
-
-
Save Inclushe/15d1265f3fb420c1400f4b84f35e64b3 to your computer and use it in GitHub Desktop.
Use GSAP private registry on Bun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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