File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 310
310
"typedoc-plugin-missing-exports" : " ^2.0.0" ,
311
311
"typescript" : " ^5.1.6" ,
312
312
"typescript-docs-verifier" : " ^2.5.0" ,
313
- "update-notifier" : " ^7.0.0" ,
314
313
"wherearewe" : " ^2.0.1" ,
315
314
"yargs" : " ^17.1.1" ,
316
315
"yargs-parser" : " ^21.1.1"
331
330
"@types/proper-lockfile" : " ^4.1.1" ,
332
331
"@types/semver" : " ^7.3.4" ,
333
332
"@types/strong-log-transformer" : " ^1.0.2" ,
334
- "@types/update-notifier" : " ^6.0.1" ,
335
333
"@types/yargs" : " ^17.0.0" ,
336
334
"electron" : " ^27.0.2" ,
337
335
"uint8arrays" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 2
2
/* eslint-disable no-console */
3
3
4
4
import { readPackageUpSync } from 'read-pkg-up'
5
- import updateNotifier from 'update-notifier'
6
5
import yargs from 'yargs'
7
6
import { hideBin } from 'yargs/helpers'
8
7
import buildCmd from './cmds/build.js'
@@ -46,10 +45,6 @@ async function main () {
46
45
throw new Error ( 'Could not read package.json' )
47
46
}
48
47
49
- updateNotifier ( {
50
- pkg : pkg . packageJson
51
- } ) . notify ( )
52
-
53
48
const userConfig = await loadUserConfig ( )
54
49
55
50
const res = yargs ( hideBin ( process . argv ) )
You can’t perform that action at this time.
0 commit comments