Skip to content

Commit

Permalink
fix(test): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Aug 2, 2017
1 parent f2bb85f commit e2443ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const installer = (dep, deps, base, resolve, reject) => {
if (!pkg.scripts || (
pkg.scripts.preinstall &&
pkg.scripts.install &&
pkg.scripts.postinstall
pkg.scripts.postinstall
)) return resolve()
runner(args, pkg).then(resolve).catch(reject)
})
Expand Down

0 comments on commit e2443ad

Please sign in to comment.