Skip to content

Commit

Permalink
feat: upt pkg notifye
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jul 15, 2022
1 parent 87fa167 commit bc2fab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ const chalk = require('chalk');
const inquirer = require('inquirer');
const clipboardy = require('clipboardy');
const nfh = require('@jswork/node-fetch-html');
const updateNotifier = require('update-notifier');
const pkg = require('../package.json');

updateNotifier({ pkg }).notify();

// next packages:
require('@jswork/next');
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"gulp-rename": "^2.0.0",
"inquirer": "^8.2.4",
"require-dir": "^1.2.0",
"update-notifier": "^5.1.0",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down

0 comments on commit bc2fab1

Please sign in to comment.