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

@@ -3,8 +3,6 @@
language: node_js language: node_js
matrix: matrix:
include: include:
- node_js: '0.10'
- node_js: '0.12'
- node_js: '4' - node_js: '4'
- node_js: '5' - node_js: '5'
- node_js: '6' - node_js: '6'

View File

@@ -22,7 +22,7 @@ Pa11y Dashboard is a web interface to the [Pa11y][pa11y] accessibility reporter;
Setup 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. 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 © 20132016, Springer Nature
[info-node]: package.json [info-node]: package.json
[info-build]: https://travis-ci.org/pa11y/dashboard [info-build]: https://travis-ci.org/pa11y/dashboard
[shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg [shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-0.106-brightgreen.svg [shield-node]: https://img.shields.io/badge/node.js%20support-46-brightgreen.svg
[shield-version]: https://img.shields.io/badge/version-1.12.1-blue.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 [shield-build]: https://img.shields.io/travis/pa11y/dashboard/master.svg

View File

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