Skip to content

Commit

Permalink
fix(package): update 'engines' property to support newer versions of …
Browse files Browse the repository at this point in the history
…node #60
  • Loading branch information
Matt Sidor authored and blackfalcon committed Jun 9, 2022
1 parent 9e02745 commit 5721cb0
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 @@ -18,7 +18,7 @@
"main": "index.js",
"license": "Apache-2.0",
"engines": {
"node": "<=v12.22.6"
"node": ">=v12.22.6"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down

0 comments on commit 5721cb0

Please sign in to comment.