Update the dependencies versions

- Require node 6 at a minimum to support the newer ES features.  Node
  version functionality determined via https://node.green.
- Update dev dependencies to their latest versions.  Mocha 3.4 relied
  on a version of growl with a known vulnerability.
- Fix the keywords section, this field is actually an array.
- Update eslint syntax to ES6.
This commit is contained in:
David McCanney
2018-09-28 22:00:52 +01:00
parent deb7b6892c
commit 39a0f67e35
3 changed files with 15 additions and 7 deletions

View File

@@ -7,5 +7,8 @@ module.exports = {
plugins: ["prettier"],
rules: {
"prettier/prettier": "error"
},
parserOptions: {
"ecmaVersion": 6
}
};