chore(pkg): Prep md parser for publish

fix(netlify): Fix Build
This commit is contained in:
Bouncey
2018-10-04 18:25:49 +01:00
committed by Stuart Taylor
parent 3f86862d3e
commit badc68089f
10 changed files with 1143 additions and 1402 deletions

View File

@ -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 = {};