Corrected engines field
Hopefully this corrects a vercel issue Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
d9d8363322
commit
32b0c7bef8
2
.npmrc
2
.npmrc
|
@ -1,3 +1,3 @@
|
||||||
auto-install-peers=true
|
auto-install-peers=true
|
||||||
node-version=v17.9.1
|
node-version=17.9.1
|
||||||
engine-strict=true
|
engine-strict=true
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "v17.9.1",
|
"node": "17.9.1",
|
||||||
"pnpm": ">=7"
|
"pnpm": ">=7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue