Skip to content

Commit

Permalink
fix: remove update notifier
Browse files Browse the repository at this point in the history
Dependabot is better for this.
  • Loading branch information
achingbrain committed Jan 17, 2024
1 parent e9c458a commit 2171a21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "^5.1.6",
"typescript-docs-verifier": "^2.5.0",
"update-notifier": "^7.0.0",
"wherearewe": "^2.0.1",
"yargs": "^17.1.1",
"yargs-parser": "^21.1.1"
Expand All @@ -331,7 +330,6 @@
"@types/proper-lockfile": "^4.1.1",
"@types/semver": "^7.3.4",
"@types/strong-log-transformer": "^1.0.2",
"@types/update-notifier": "^6.0.1",
"@types/yargs": "^17.0.0",
"electron": "^27.0.2",
"uint8arrays": "^5.0.1",
Expand Down
5 changes: 0 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/* eslint-disable no-console */

import { readPackageUpSync } from 'read-pkg-up'
import updateNotifier from 'update-notifier'
import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'
import buildCmd from './cmds/build.js'
Expand Down Expand Up @@ -46,10 +45,6 @@ async function main () {
throw new Error('Could not read package.json')
}

updateNotifier({
pkg: pkg.packageJson
}).notify()

const userConfig = await loadUserConfig()

const res = yargs(hideBin(process.argv))
Expand Down

0 comments on commit 2171a21

Please sign in to comment.