chore(): Add engines to all package.json if needed (#5812)

This commit is contained in:
Adrien de Peretti
2023-12-07 17:03:50 +01:00
committed by GitHub
parent 1c90610617
commit 946db51a9b
49 changed files with 145 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@
"files": [
"dist"
],
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",