Skip to content

Commit

Permalink
fix(engines): remove node 10+ dependency
Browse files Browse the repository at this point in the history
Node 6 and up is still supported, Node 10 is only required to run some development pipelines
  • Loading branch information
solkimicreb authored Apr 8, 2020
1 parent e248097 commit a0600a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"styled-components": "^5.0.1"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.9.0"
"node": ">=6.0.0"
}
}

0 comments on commit a0600a0

Please sign in to comment.