Skip to content

Commit

Permalink
Add the (advisory) "engines" field to package.json
Browse files Browse the repository at this point in the history
If we only test certain versions we might as well signal here which ones
that are.
  • Loading branch information
sth committed Jan 7, 2024
1 parent ceaa2d0 commit bd52a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"url": "https://github.com/sth/karma-summary-reporter/issues"
},
"homepage": "https://github.com/sth/karma-summary-reporter#readme",
"engines": {
"node": ">=16"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.0"
Expand Down

0 comments on commit bd52a14

Please sign in to comment.