Skip to content

Commit

Permalink
Update require for breaking change in commander@12.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Feb 9, 2024
1 parent f35d53f commit 1dd2208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownlint.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require('node:path');
const Module = require('node:module');
const os = require('node:os');
const process = require('node:process');
const program = require('commander');
const {program} = require('commander');
const glob = require('glob');
const markdownlint = require('markdownlint');
const rc = require('run-con');
Expand Down

0 comments on commit 1dd2208

Please sign in to comment.