Skip to content

Commit

Permalink
improvement: added engines to package.json
Browse files Browse the repository at this point in the history
Node asks to add engines property to package.json before releasing a new
version.
  • Loading branch information
Gido Manders committed May 30, 2023
1 parent 7626cc4 commit 1ac17e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,8 @@
"{src,tests}/**/*.{js,jsx,json,scss,ts,tsx}": [
"prettier --write"
]
},
"engines": {
"node": ">=14"
}
}

0 comments on commit 1ac17e3

Please sign in to comment.