Skip to content

Commit

Permalink
Adding node v8 and v10 as supported engines
Browse files Browse the repository at this point in the history
  • Loading branch information
praneshr committed Dec 19, 2019
1 parent 2abefb8 commit 37a96dc
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 @@ -83,6 +83,6 @@
"react-dom": "^15.3.0 || ^16.0.0"
},
"engines": {
"node": "^12"
"node": "^12 || ^10 || ^8"
}
}

0 comments on commit 37a96dc

Please sign in to comment.