mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
Set npm engine in root
This commit is contained in:
parent
a0cd07d5d7
commit
d12d3f2b2d
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "commerce",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"site",
|
||||
"packages/*"
|
||||
@ -49,5 +50,9 @@
|
||||
"hooks": {
|
||||
"pre-commit": "turbo run lint"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.x",
|
||||
"npm": ">=7.x"
|
||||
}
|
||||
}
|
||||
|
@ -12,9 +12,6 @@
|
||||
"find:unused": "npx next-unused"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
"node": ">=14.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-spring/web": "^9.4.1",
|
||||
"@vercel/commerce": "^0.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user