Skip to content

Commit

Permalink
[cli] Add engines.node entry (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed May 31, 2022
1 parent 53dccab commit c0d9564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"browserslist": [
"node >= 14"
],
"engines": {
"node": ">=14"
},
"scripts": {
"dist": "microbundle --format cjs --target node",
"watch": "microbundle watch --format cjs --target node",
Expand Down

0 comments on commit c0d9564

Please sign in to comment.