Skip to content

Commit

Permalink
fix: specify minimum nodejs version in package.json (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored May 30, 2021
1 parent 9d042d7 commit 456da34
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 820 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"files": [
"src"
],
"engines": {
"node": "^14.13.1 || >= 16"
},
"dependencies": {
"esbuild": "^0.11.23",
"kleur": "^4.1.4"
Expand All @@ -51,7 +54,7 @@
"husky": "^5.0.8",
"semantic-release": "^17.4.0",
"typescript": "^4.2.3",
"xo": "^0.38.2"
"xo": "^0.40.1"
},
"scripts": {
"prepare": "husky install",
Expand Down
Loading

0 comments on commit 456da34

Please sign in to comment.