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
@@ -8,6 +8,9 @@
"url": "https://github.com/medusajs/medusa",
"directory": "packages/orchestration"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
},