Skip to content

Commit

Permalink
feat: add engines field to templates' package.json (#7520)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Jun 1, 2022
1 parent 5cf6432 commit 338b819
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Expand Up @@ -39,5 +39,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}
3 changes: 3 additions & 0 deletions packages/create-docusaurus/templates/classic/package.json
Expand Up @@ -36,5 +36,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}
3 changes: 3 additions & 0 deletions packages/create-docusaurus/templates/facebook/package.json
Expand Up @@ -49,5 +49,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}

0 comments on commit 338b819

Please sign in to comment.