mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
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:
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
mocha: true
|
||||
},
|
||||
parserOptions: {
|
||||
"ecmaVersion": 6
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user