feat(next): BREAKING New curriculum package
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user