Drop support for Node.js 0.10-0.12

This commit is contained in:
Rowan Manning
2016-05-31 19:10:15 +01:00
parent ea7e6f4052
commit 2633248ea1
3 changed files with 3 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"bugs": "https://github.com/pa11y/dashboard/issues",
"engines": {
"node": ">=0.10"
"node": ">=4"
},
"dependencies": {
"body-parser": "~1.15",