File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 4545 "globby" : " ^11.0.1" ,
4646 "meow" : " ^9.0.0" ,
4747 "path-exists" : " ^4.0.0" ,
48- "read-pkg-up" : " ^7.0.0" ,
49- "update-notifier" : " ^4.1.0"
48+ "read-pkg-up" : " ^7.0.0"
5049 },
5150 "devDependencies" : {
5251 "@ava/typescript" : " ^1.1.1" ,
5352 "@types/node" : " ^14.0.0" ,
5453 "@types/react" : " ^16.9.2" ,
55- "@types/update-notifier" : " ^4.1.0" ,
5654 "ava" : " ^3.8.2" ,
5755 "cpy-cli" : " ^3.0.0" ,
5856 "del-cli" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22import * as meow from 'meow' ;
3- import * as updateNotifier from 'update-notifier' ;
43import formatter from './lib/formatter' ;
54import tsd from './lib' ;
65
@@ -18,8 +17,6 @@ const cli = meow(`
1817` ) ;
1918
2019( async ( ) => { // tslint:disable-line:no-floating-promises
21- updateNotifier ( { pkg : cli . pkg as updateNotifier . Package } ) . notify ( ) ;
22-
2320 try {
2421 const options = cli . input . length > 0 ? { cwd : cli . input [ 0 ] } : undefined ;
2522
You can’t perform that action at this time.
0 commit comments