mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
feat: add engines field to templates' package.json (#7520)
This commit is contained in:
parent
5cf6432e4e
commit
338b819abc
3 changed files with 9 additions and 0 deletions
|
@ -49,5 +49,8 @@
|
|||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue