allow all Node version from 8 onwards

This commit is contained in:
Matthias Kretschmann 2019-06-11 00:16:50 +02:00
parent 07835d8405
commit 87aa5e749a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"gatsby-plugin-meta-redirect": ">=1.1.0"
},
"engines": {
"node": "^8.0.0"
"node": ">=8.0.0"
},
"repository": "github:kremalicious/gatsby-redirect-from",
"bugs": {