Skip to content

Commit

Permalink
fix(compat): ensure Node.js version requirement
Browse files Browse the repository at this point in the history
fixes #125
  • Loading branch information
vvo committed May 28, 2020
1 parent 42be1df commit 478cef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"prettier-plugin-packagejson": "2.2.4",
"semantic-release": "17.0.8"
},
"engines": {
"node": ">=0.11.0"
},
"engineStrict": true,
"renovate": {
"extends": [
"config:js-lib",
Expand Down

0 comments on commit 478cef5

Please sign in to comment.