UNPKG

shark

Version:

A CLI to interact with DigitalOcean

13 lines (10 loc) 284 B
const updateNotifier = require('update-notifier'); const pkg = require('../package.json'); try { updateNotifier({ pkg }).notify({isGlobal: true}); } catch (error) { console.error('Error checking for updates:', error.message); } module.exports = require('@oclif/command');