Skip to content

Commit 7d83c78

Browse files
committed
fix(markdown-link-check): commander breakage
Fixes #323
1 parent 9401580 commit 7d83c78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: markdown-link-check

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const markdownLinkCheck = require('./');
88
const needle = require('needle');
99
const path = require('path');
1010
const pkg = require('./package.json');
11-
const program = require('commander');
11+
const { Command } = require('commander');
12+
const program = new Command();
1213
const url = require('url');
1314
const { ProxyAgent } = require('proxy-agent');
1415

0 commit comments

Comments
 (0)