Some houssekeeping stuff related to package management

This commit is contained in:
Alan Bridgeman 2025-06-10 09:49:36 -05:00
parent 1497d2d8dc
commit beb5368e28
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View file

@ -123,7 +123,7 @@ dist
.vscode-test
# yarn v2
.yarnrc
.yarnrc.yml
.yarn/releases
.yarn/cache
.yarn/unplugged

View file

@ -33,6 +33,5 @@
"typescript": "^5.4.2",
"webpack": "^5.98.0",
"webpack-stream": "^7.0.0"
},
"packageManager": "yarn@1.22.22"
}
}