We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update-notifier
1 parent b6389ef commit 6adf459Copy full SHA for 6adf459
cli-main.js
@@ -1,6 +1,5 @@
1
#!/usr/bin/env node
2
'use strict';
3
-const updateNotifier = require('update-notifier');
4
const getStdin = require('get-stdin');
5
const meow = require('meow');
6
const formatterPretty = require('eslint-formatter-pretty');
@@ -113,8 +112,6 @@ const cli = meow(`
113
112
}
114
});
115
116
-updateNotifier({pkg: cli.pkg}).notify();
117
-
118
const {input, flags: options, showVersion} = cli;
119
120
// TODO: Fix this properly instead of the below workaround.
package.json
@@ -95,8 +95,7 @@
95
"semver": "^7.3.5",
96
"slash": "^3.0.0",
97
"to-absolute-glob": "^2.0.2",
98
- "typescript": "^4.2.4",
99
- "update-notifier": "^5.1.0"
+ "typescript": "^4.2.4"
100
},
101
"devDependencies": {
102
"ava": "^3.15.0",
0 commit comments