File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
'use strict' ;
3
- const updateNotifier = require ( 'update-notifier' ) ;
4
3
const getStdin = require ( 'get-stdin' ) ;
5
4
const meow = require ( 'meow' ) ;
6
5
const formatterPretty = require ( 'eslint-formatter-pretty' ) ;
@@ -113,8 +112,6 @@ const cli = meow(`
113
112
}
114
113
} ) ;
115
114
116
- updateNotifier ( { pkg : cli . pkg } ) . notify ( ) ;
117
-
118
115
const { input, flags : options , showVersion} = cli ;
119
116
120
117
// TODO: Fix this properly instead of the below workaround.
Original file line number Diff line number Diff line change 95
95
"semver" : " ^7.3.5" ,
96
96
"slash" : " ^3.0.0" ,
97
97
"to-absolute-glob" : " ^2.0.2" ,
98
- "typescript" : " ^4.2.4" ,
99
- "update-notifier" : " ^5.1.0"
98
+ "typescript" : " ^4.2.4"
100
99
},
101
100
"devDependencies" : {
102
101
"ava" : " ^3.15.0" ,
You can’t perform that action at this time.
0 commit comments