Skip to content

Commit

Permalink
fix(cli): fix wrong usage of update-notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 31, 2015
1 parent df8bc78 commit 4a658b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const pkg = require('./package')
const watch = require('./commands/watch')
const build = require('./commands/build')

updateNotifier({pkg})
updateNotifier({pkg}).notify()

program
.version(pkg.version)
Expand Down

0 comments on commit 4a658b2

Please sign in to comment.