chore(deps): update all minor and patch deps, remove lint errors, update engine

This commit is contained in:
Sean Larkin 2017-11-04 01:35:19 -07:00 committed by Tobias Koppers
parent 122e7dc649
commit be315040d2
5 changed files with 395 additions and 216 deletions

View File

@ -51,7 +51,7 @@ module.exports = {
}],
"no-console": "off",
"valid-jsdoc": "error",
"node/no-unsupported-features": ["error", { version: 4 }],
"node/no-unsupported-features": "error",
"node/no-deprecated-api": "error",
"node/no-missing-import": "error",
"node/no-missing-require": [

View File

@ -69,7 +69,7 @@
"worker-loader": "^0.8.0"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10"
"node": ">=6.11.5"
},
"repository": {
"type": "git",

View File

@ -1,4 +1,4 @@
var should = require("should");
require("should");
var path = require("path");
var fs = require("fs");

View File

@ -1,2 +1,3 @@
--full-trace
--reporter dot
--globals Base64

604
yarn.lock

File diff suppressed because it is too large Load Diff