Skip to content

Commit 5831009

Browse files
committed
Update require for breaking change in [email protected].
1 parent 2ad55e6 commit 5831009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdownlint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require('node:path');
77
const Module = require('node:module');
88
const os = require('node:os');
99
const process = require('node:process');
10-
const program = require('commander');
10+
const {program} = require('commander');
1111
const glob = require('glob');
1212
const markdownlint = require('markdownlint');
1313
const rc = require('run-con');

0 commit comments

Comments
 (0)