fix(package): update hook-std to version 1.0.0

This commit is contained in:
greenkeeper[bot]
2018-06-11 11:21:16 -04:00
committed by Pierre Vanduynslager
parent 6a36832398
commit 29e7ebfe0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ async function callFail(plugins, options, error) {
module.exports = async opts => {
logger.log(`Running %s version %s`, pkg.name, pkg.version);
const unhook = hookStd({silent: false}, hideSensitive);
const {unhook} = hookStd({silent: false}, hideSensitive);
try {
const config = await getConfig(opts, logger);
const {plugins, options} = config;