Skip to content

Commit

Permalink
chore: add engines entry to package.json
Browse files Browse the repository at this point in the history
This is already the de facto engines standard because of CI
  • Loading branch information
wraithgar authored and sibiraj-s committed Nov 13, 2022
1 parent 5176ab8 commit e4a1226
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 @@ -30,5 +30,8 @@
"clear-module": "^4.1.2",
"standard": "^17.0.0",
"tape": "^5.6.0"
},
"engines": {
"node": ">=8"
}
}

0 comments on commit e4a1226

Please sign in to comment.