Merge pull request #469 from ehuggett/patch-1

Increase mimimum node version to 8.2.0
This commit is contained in:
Danny Coates 2017-08-07 12:03:59 -07:00 committed by GitHub
commit aca82dd880
1 changed files with 1 additions and 1 deletions

View File

@ -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",