Skip to content

Commit

Permalink
specify node version in engines
Browse files Browse the repository at this point in the history
  • Loading branch information
christophervoigt committed Aug 21, 2021
1 parent 9c8dfa9 commit 3f06a30
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 @@ -6,6 +6,9 @@
"author": "Christopher Voigt <[email protected]>",
"homepage": "http://jeffsum.com/",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "prettier --config prettier.config.js --check {./test/**/*.js,*{.js,.json}} --write",
"test": "mocha"
Expand Down

0 comments on commit 3f06a30

Please sign in to comment.