UNPKG

201 BJavaScriptView Raw
1const updateNotifier = require('update-notifier')
2const pkg = require('../package.json')
3
4try {
5 updateNotifier({ pkg }).notify()
6} catch (_) {
7 // noop
8}
9
10module.exports = require('@oclif/command')