diff --git a/.travis.yml b/.travis.yml index d269912..f35fb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: node_js matrix: include: - - node_js: '0.10' - - node_js: '0.12' - node_js: '4' - node_js: '5' - node_js: '6' diff --git a/README.md b/README.md index 509160c..f2f28ff 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Pa11y Dashboard is a web interface to the [Pa11y][pa11y] accessibility reporter; Setup ----- -Pa11y Dashboard requires [Node.js][node] 0.10+ and [PhantomJS][phantom]. See the [Pa11y][pa11y] documentation for detailed instructions on how to install these dependencies on your operating system. +Pa11y Dashboard requires [Node.js][node] 4+ and [PhantomJS][phantom]. See the [Pa11y][pa11y] documentation for detailed instructions on how to install these dependencies on your operating system. You'll also need to have [MongoDB][mongo] installed and running. See the [MongoDB install guide][mongo-install] for more information on this. @@ -138,6 +138,6 @@ Copyright © 2013–2016, Springer Nature [info-node]: package.json [info-build]: https://travis-ci.org/pa11y/dashboard [shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg -[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–6-brightgreen.svg +[shield-node]: https://img.shields.io/badge/node.js%20support-4–6-brightgreen.svg [shield-version]: https://img.shields.io/badge/version-1.12.1-blue.svg [shield-build]: https://img.shields.io/travis/pa11y/dashboard/master.svg diff --git a/package.json b/package.json index 71cfca4..efa84a4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bugs": "https://github.com/pa11y/dashboard/issues", "engines": { - "node": ">=0.10" + "node": ">=4" }, "dependencies": { "body-parser": "~1.15",