mirror of
https://github.com/kremalicious/gatsby-redirect-from.git
synced 2024-12-22 09:13:20 +01:00
specify node 8 instead of 10 as engine
- it works in node 8 - unnecessarily causes build failures in CI when installed via yarn
This commit is contained in:
parent
feb0d1574d
commit
f3acaa0a56
@ -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