We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9401580 commit 7d83c78Copy full SHA for 7d83c78
markdown-link-check
@@ -8,7 +8,8 @@ const markdownLinkCheck = require('./');
8
const needle = require('needle');
9
const path = require('path');
10
const pkg = require('./package.json');
11
-const program = require('commander');
+const { Command } = require('commander');
12
+const program = new Command();
13
const url = require('url');
14
const { ProxyAgent } = require('proxy-agent');
15
0 commit comments