Skip to content

Commit

Permalink
chore: fix engines in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 18, 2021
1 parent b2e617b commit f820f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "dist/cjs.js",
"engines": {
"node": ">= 10.13.0"
"node": ">= 12.13.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit f820f8c

Please sign in to comment.