Replace util._extend with lodash.assign
This was never part of the public API, and has officially been depreciated in Node 6 https://github.com/nodejs/node/pull/4903 Object.assign can't be used yet since it requires ES2015
Showing
| ... | ... | @@ -59,6 +59,7 @@ |
| "get-stdin": "^4.0.1", | ||
| "glob": "^7.0.3", | ||
| "in-publish": "^2.0.0", | ||
| "lodash.assign": "^4.2.0", | ||
| "lodash.clonedeep": "^4.3.2", | ||
| "meow": "^3.7.0", | ||
| "mkdirp": "^0.5.1", | ||
| ... | ... |
Please
register
or
sign in
to comment