feat(next): BREAKING New curriculum package

This commit is contained in:
Bouncey
2018-10-04 17:36:00 +01:00
committed by Stuart Taylor
parent 6ba31ae5d1
commit 3151390be4
9 changed files with 2213 additions and 3506 deletions

View File

@ -4,4 +4,7 @@ exports.dasherize = function dasherize(name) {
.replace(/\s/g, '-')
.replace(/[^a-z0-9\-\.]/gi, '')
.replace(/\:/g, '');
}
};
const supportedLangs = ['english'];
exports.supportedLangs = supportedLangs;