Pin versions with volta

This commit is contained in:
John McCardle 2022-01-04 17:16:08 -05:00
parent 9a756bd03c
commit 4031fd18f1
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"name": "yarny-prototype",
"name": "gamejam-prototype",
"version": "1.0.0",
"private": true,
"scripts": {
@ -33,5 +33,9 @@
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.4",
"prettier": "^2.5.1"
},
"volta": {
"node": "16.13.1",
"yarn": "1.22.17"
}
}