Require Node >=6.5 to have `.includes` available

Per #382 and http://node.green/, 6.5 should be necessary/sufficient.
pull/386/head
Gijs 7 years ago committed by GitHub
parent f0edc77cb5
commit 264946aa15

@ -19,6 +19,9 @@
"bugs": {
"url": "https://github.com/mozilla/readability/issues"
},
"engines": {
"node" : ">=6.5"
},
"homepage": "https://github.com/mozilla/readability",
"devDependencies": {
"chai": "^2.1.*",

Loading…
Cancel
Save