diff --git a/.gitignore b/.gitignore index 2fecef7..a2dde03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -/.yarn/* -!/.yarn/releases -!/.yarn/plugins -!/.yarn/sdks +node_modules/ +.yarn/* +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions -# Swap the comments on the following lines if you don't wish to use zero-installs -# Documentation here: https://yarnpkg.com/features/zero-installs -!/.yarn/cache -#/.pnp.* +.DS_Store diff --git a/.yarnrc.yml b/.yarnrc.yml index b758837..f4000d4 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1,2 @@ yarnPath: ".yarn/releases/yarn-berry.cjs" +nodeLinker: node-modules diff --git a/yarn.lock b/yarn.lock index e69de29..8ad0874 100644 --- a/yarn.lock +++ b/yarn.lock @@ -0,0 +1,11 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 4 + +"react-use-color@workspace:.": + version: 0.0.0-use.local + resolution: "react-use-color@workspace:." + languageName: unknown + linkType: soft