Merge pull request #11 from bguiz/patch-1

specify node 8 instead of 10 as engine
This commit is contained in:
Matthias Kretschmann 2019-06-10 23:54:43 +02:00 committed by GitHub
commit 63102f3c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": {