Skip to content

Commit

Permalink
Merge pull request #11 from bguiz/patch-1
Browse files Browse the repository at this point in the history
specify node 8 instead of 10 as engine
  • Loading branch information
kremalicious committed Jun 10, 2019
2 parents ee987af + f3acaa0 commit 63102f3
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 63102f3

Please sign in to comment.