Skip to content

Commit

Permalink
Merge pull request #29 from B77Mills/addEnginsOS
Browse files Browse the repository at this point in the history
Also add engines and os settings in package json
  • Loading branch information
B77Mills authored Aug 24, 2023
2 parents 7dbc1c7 + 51c8357 commit 809ae24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tenants/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"lint:fix": "yarn lint --fix",
"test": "yarn lint && yarn compile --no-clean"
},
"engines": {
"node": ">=14.15"
},
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"@parameter1/base-cms-marko-core": "^4.36.0",
"@parameter1/base-cms-marko-newsletters": "^4.36.0",
Expand Down

0 comments on commit 809ae24

Please sign in to comment.