chore: rename challenge-md-parser
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
f4efb13a21
commit
e3511f2930
@ -2,13 +2,13 @@ const path = require('path');
|
||||
const { findIndex, reduce, toString } = require('lodash');
|
||||
const readDirP = require('readdirp');
|
||||
const yaml = require('js-yaml');
|
||||
const { parseMD } = require('../tools/challenge-md-parser/mdx');
|
||||
const { parseMD } = require('../tools/challenge-parser/mdx');
|
||||
const fs = require('fs');
|
||||
const util = require('util');
|
||||
/* eslint-disable max-len */
|
||||
const {
|
||||
translateCommentsInChallenge
|
||||
} = require('../tools/challenge-md-parser/translation-parser/translation-parser');
|
||||
} = require('../tools/challenge-parser/translation-parser/translation-parser');
|
||||
/* eslint-enable max-len*/
|
||||
|
||||
const { isAuditedCert } = require('../utils/is-audited');
|
||||
|
Reference in New Issue
Block a user