mirror of
https://github.com/kremalicious/gatsby-redirect-from.git
synced 2024-12-22 17:23:24 +01:00
Merge pull request #11 from bguiz/patch-1
specify node 8 instead of 10 as engine
This commit is contained in:
commit
63102f3c41
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user