From beb5368e283f1caa7d669473f20a3e1c2e6b9116 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Tue, 10 Jun 2025 09:49:36 -0500 Subject: [PATCH] Some houssekeeping stuff related to package management --- .gitignore | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 015dd71..3cd91ac 100644 --- a/.gitignore +++ b/.gitignore @@ -123,7 +123,7 @@ dist .vscode-test # yarn v2 -.yarnrc +.yarnrc.yml .yarn/releases .yarn/cache .yarn/unplugged diff --git a/package.json b/package.json index 972af2f..cff249c 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,5 @@ "typescript": "^5.4.2", "webpack": "^5.98.0", "webpack-stream": "^7.0.0" - }, - "packageManager": "yarn@1.22.22" + } }