This commit is contained in:
Gunther Brunner
2014-09-10 16:02:25 +09:00
parent 2dcd98486e
commit 843e5f65e1

View File

@@ -15,12 +15,10 @@ Promise.longStackTraces()
program
.version(pkg.version)
var notifier = updateNotifier({
packageName: pkg.name,
packageVersion: pkg.version
})
notifier.notify()
updateNotifier({
packageName: pkg.name
, packageVersion: pkg.version
}).notify()
program
.command('provider [serial..]')