diff --git a/.gitignore b/.gitignore index afb3085..d6a9c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,8 @@ dist .yarn/install-state.gz .pnp.* +.yarnrc.yml + # Ignore automation scripts *.ps1 *.sh diff --git a/package.json b/package.json index 259f6a2..9078f39 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,5 @@ "@types/jsdom": "^21.1.7", "@types/node": "^20.12.12", "typescript": "^5.4.5" - }, - "packageManager": "yarn@1.22.22" + } }