UNPKG

246 BJavaScriptView Raw
1const updateNotifier = require('update-notifier-plus');
2const pkg = require('../package.json');
3
4updateNotifier({
5 pkg: {
6 name: 'dingtalk-cli-pro',
7 version: "0.0.1",
8 },
9updateCheckInterval: 1000 * 60 * 60
10 }).notify({ defer: true });