diff --git a/.gitignore b/.gitignore index 883c62c..6635cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* -.npmrc \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..c75d1e0 --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +always-auth=true +//npm.greensock.com/:_authToken=${GSAP_TOKEN} +@gsap:registry=https://npm.greensock.com \ No newline at end of file