Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: specify engines field with node constraint of >= 8.3.0
  • Loading branch information
G-Rath committed Feb 16, 2020
1 parent 40b2ecc commit 7d3b132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -62,6 +62,9 @@
},
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$"
},
"engines": {
"node": ">= 8.3.0"
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
Expand Down

0 comments on commit 7d3b132

Please sign in to comment.