mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-07 00:03:44 -05:00
* 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
18 lines
385 B
JSON
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"
|
|
}
|