Merge pull request #469 from ehuggett/patch-1
Increase mimimum node version to 8.2.0
This commit is contained in:
commit
aca82dd880
|
@ -47,7 +47,7 @@
|
|||
"webpack": "^3.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
"node": ">=8.2.0"
|
||||
},
|
||||
"homepage": "https://github.com/mozilla/send/",
|
||||
"license": "MPL-2.0",
|
||||
|
|
Loading…
Reference in New Issue