Skip to content

Commit

Permalink
specify node 8 instead of 10 as engine
Browse files Browse the repository at this point in the history
- it works in node 8
- unnecessarily causes build failures in CI when installed via yarn
  • Loading branch information
bguiz committed Jan 25, 2019
1 parent feb0d15 commit f3acaa0
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 @@ -34,7 +34,7 @@
"gatsby-plugin-meta-redirect": ">=1.1.0"
},
"engines": {
"node": "^10.0.0"
"node": "^8.0.0"
},
"repository": "github:kremalicious/gatsby-redirect-from",
"bugs": {
Expand Down

0 comments on commit f3acaa0

Please sign in to comment.