mirror of https://github.com/webpack/webpack.git
chore(deps): update all minor and patch deps, remove lint errors, update engine
This commit is contained in:
parent
122e7dc649
commit
be315040d2
|
@ -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": [
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var should = require("should");
|
||||
require("should");
|
||||
var path = require("path");
|
||||
var fs = require("fs");
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
--full-trace
|
||||
--reporter dot
|
||||
--globals Base64
|
Loading…
Reference in New Issue