Commit Graph

6 Commits

Author SHA1 Message Date
Niraj Nandish
dcd8e45318 fix(challenges): challenge description is formatted and concised 2018-08-02 17:50:49 +09:00
Hugo
d1b207553b fix(challenges): update test and add solution for DS challenge
ISSUES CLOSED: #164
2018-08-02 17:12:40 +09:00
Guy Even
a4f810e845 fix(challenges): fixed a typo in Data structures challege
fixed typo in data structures: create and add to sets in ES6

ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17786
2018-07-09 18:20:27 +09:00
ValeraS
93295433c7 fix(challenges): fix initial contents
fixed: unable solve challenges without editing code outside comments
2018-07-08 22:44:00 +09:00
Stuart Taylor
4e645a5ff6 Package: Validate challenges on test (#17216)
This PR allows us to validate the schema during test.

It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
Stuart Taylor
ee66d84ccb feat(package): Initial Curriculum separation (#17174)
* feat(package): Initial Curriculum separation

* feat(package): Add org scope to package

* chore(ooops): Remove development file

* feat(npm): Add .npmignore

* fix(paths): Fix curriculum paths

* feat(build): Add a build step

* chore(seed): Move package file back to seed

* fix(ignore): Fix .npmIgnore file

* chore(docs): Update README

* chore(seed): Rename coding interview blocks

* fix(seed): Challenge files now fit into learn

* chore(seed): Update seed files for use in learn

* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30