Skip to content

Commit

Permalink
fix: Cannot find module 'rc' error when use npx (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed Jul 23, 2021
1 parent 09cd9b0 commit 8fd56fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownlint.js
Expand Up @@ -10,7 +10,7 @@ const options = program.opts();
const differenceWith = require('lodash.differencewith');
const flatten = require('lodash.flatten');
const markdownlint = require('markdownlint');
const rc = require('rc');
const rc = require('run-con');
const glob = require('glob');
const minimatch = require('minimatch');
const minimist = require('minimist');
Expand Down

0 comments on commit 8fd56fb

Please sign in to comment.