Skip to content

Commit

Permalink
feat: add updateNotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Sep 27, 2018
1 parent 9ba5f81 commit e3ac899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
const cac = require('cac')
const vsceItemProperty = require('vsce-item-property')
const prettyjson = require('prettyjson')
const updateNotifier = require('update-notifier')
const pkg = require('./package.json')

updateNotifier({ pkg }).notify()

const cli = cac()

Expand Down

0 comments on commit e3ac899

Please sign in to comment.