Skip to content

Commit

Permalink
refactor: drop update-notifier
Browse files Browse the repository at this point in the history
closes #38
  • Loading branch information
Kikobeats committed Apr 14, 2023
1 parent 40bb226 commit 4014eb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ const execa = require('execa')
const path = require('path')
const mri = require('mri')

const rootPkg = require('../package.json')

require('update-notifier')({ pkg: rootPkg }).notify()

const BOT_NAMES = ['ImgBotApp', 'greenkeeper', 'noreply', '\\bbot\\b', 'Travis CI']

const REGEX_BOT_NAMES = new RegExp(BOT_NAMES.join('|'), 'i')
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"exists-file": "~3.0.2",
"json-future": "~2.2.18",
"mri": "~1.2.0",
"picocolors": "~1.0.0",
"update-notifier": "~5.1.0"
"picocolors": "~1.0.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand Down

0 comments on commit 4014eb8

Please sign in to comment.