Files
freeCodeCamp/lerna.json
Oliver Eyton-Williams 0bd52f8bd1 Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00

15 lines
286 B
JSON

{
"packages": [
"api-server",
"client",
"client/plugins/*",
"curriculum",
"tools/challenge-md-parser",
"tools/challenge-md-parser/mdx",
"tools/scripts/seed",
"tools/scripts/build",
"tools/challenge-helper-scripts"
],
"version": "independent"
}