Skip to content

Commit 3c3c755

Browse files
committed
Remove update-notifier
Fixes #91
1 parent f94f918 commit 3c3c755

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@
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",

source/cli.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
22
import * as meow from 'meow';
3-
import * as updateNotifier from 'update-notifier';
43
import formatter from './lib/formatter';
54
import 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

0 commit comments

Comments
 (0)