Corrected engines field

Hopefully this corrects a vercel issue

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-06-22 21:06:19 +01:00
parent d9d8363322
commit 32b0c7bef8
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
2 changed files with 2 additions and 2 deletions

2
.npmrc
View file

@ -1,3 +1,3 @@
auto-install-peers=true
node-version=v17.9.1
node-version=17.9.1
engine-strict=true

View file

@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": "v17.9.1",
"node": "17.9.1",
"pnpm": ">=7"
},
"scripts": {