Skip to content

Commit

Permalink
chore: add engines-field
Browse files Browse the repository at this point in the history
npx ls-engines --dev --save

Actually, 'devEngine' should be used instead of 'engine', but we have to wait for:

openjs-foundation/package-metadata-interoperability-collab-space#15

Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Sep 24, 2024
1 parent c81d4c8 commit af6cb99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ https://github.com/tailwindlabs/tailwindcss/pull/11929
remove explicit query and replace with 'baseline'
+
https://github.com/browserslist/browserslist/issues/771

* use `devEngine` instead of `engine` in `hp/package.json`
+
https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15
3 changes: 3 additions & 0 deletions hp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@
"prettier-plugin-tailwindcss": "0.6.6",
"svgo": "3.3.2",
"tailwindcss": "3.4.12"
},
"engines": {
"node": ">= 18.18"
}
}

0 comments on commit af6cb99

Please sign in to comment.