Skip to content

Commit

Permalink
fix(engines): update node engine (#363)
Browse files Browse the repository at this point in the history
Set node engine to >=10

closes #359
  • Loading branch information
nickofthyme authored and markov00 committed Aug 30, 2019
1 parent ae1d499 commit 7fcd98c
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 @@ -142,7 +142,7 @@
}
},
"engines": {
"node": "10.15.2",
"node": ">=10",
"yarn": "^1.10.1"
},
"browserslist": [
Expand Down

0 comments on commit 7fcd98c

Please sign in to comment.