chore(pkg): Prep md parser for publish
fix(netlify): Fix Build
This commit is contained in:
@ -2,7 +2,7 @@ const path = require('path');
|
||||
const { findIndex } = require('lodash');
|
||||
const readDirP = require('readdirp-walk');
|
||||
|
||||
const { parseMarkdown } = require('../tools/challenge-md-parser');
|
||||
const { parseMarkdown } = require('@freecodecamp/challenge-md-parser');
|
||||
|
||||
exports.getChallengesForLang = function getChallengesForLang(lang) {
|
||||
let curriculum = {};
|
||||
|
Reference in New Issue
Block a user