diff --git a/.gitignore b/.gitignore index 595ffe89..c7bf9c71 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,3 @@ yarn-error.log* .vercel .eslintcache - -.npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..b3d30a09 --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +always-auth=true +@gsap:registry=https://npm.greensock.com +//npm.greensock.com/:_authToken=${GSAP_TOKEN} \ No newline at end of file