Skip to content

Commit

Permalink
fix(engines): Allow Node v10 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Nov 24, 2018
1 parent f11982c commit 2ed3200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react": "^16.7.0"
},
"engines": {
"node": "^8.9.0"
"node": "^8.9.0 || ^10.13.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2ed3200

Please sign in to comment.