Skip to content

Commit

Permalink
Fix engines field (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Nov 21, 2021
1 parent 075f96f commit 1368ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12.17"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
Expand Down

0 comments on commit 1368ae0

Please sign in to comment.