Skip to content

Commit

Permalink
chore: sprcify engines.node in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Zeng committed Jan 31, 2024
1 parent 0814254 commit 2010601
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/babel-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"devDependencies": {
"@marko/compiler": "^5.34.4"
},
"engines": {
"node": "18 || 20"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
"devDependencies": {
"@marko/translator-default": "^5.31.13"
},
"engines": {
"node": "18 || 20"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
"self-closing-tags": "^1.0.1",
"warp10": "^2.1.0"
},
"engines": {
"node": "18 || 20"
},
"logo": {
"url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/translator-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"@marko/compiler": "^5.16.1",
"marko": "^5.17.2"
},
"engines": {
"node": "18 || 20"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 2010601

Please sign in to comment.