Files
freeCodeCamp/lerna.json
Oliver Eyton-Williams eb8359c281 feat: add script to annotate challenges for translation (#40366)
* feat: add script to annotate challenges for translation

* fix: readdirp-walk -> readdirp

* fix: remove notranslate for frontmatter

* fix: don't output seed/solution

* feat: convert to function

Also puts in some missing 'async's to make it clearer what returns
promises.

* refactor: use meaningful names

* refactor: remove comments

* chore: update dependencies

* chore: move dir

* fix(crowdin): annotate individual answers
2020-12-23 12:04:56 -07:00

18 lines
385 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/scripts/formatter",
"tools/scripts/formatter/fcc-md-to-gfm",
"tools/formatter",
"tools/challenge-helper-scripts"
],
"version": "independent"
}