Updates Node.js min version to 8 and removes npm as dependency (#228)

* Update Node.js min version to 8 and remove npm as dependency

* Test against Node.js 8 and 10 at Travis

* Add Node.js v12 in Travis
This commit is contained in:
Juga Paazmaya
2019-05-15 14:32:20 +03:00
committed by Joey Ciechanowicz
parent c1dcbf4436
commit 1609c8d667
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
'use strict';
module.exports = require('pa11y-lint-config/eslint/es6');
module.exports = require('pa11y-lint-config/eslint/es2017');