Compare commits

..

No commits in common. "64dad53e3c79591fb17c68b7f4ecc7262f8fe3de" and "3099d20e0eb4a024370354d57ab442f4de7f2c46" have entirely different histories.

2 changed files with 51 additions and 189 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@ module.exports = {
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
.required(),
name: Joi.string()
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s_—]+$/i)
.regex(/^[a-z0-9-!:&.+'/»#%°$@?|¡–\s]+$/i)
.required(),
alt_names: Joi.array().items(
Joi.string()