allow underscore character

This commit is contained in:
Jeremy Danyow 2018-10-07 11:22:52 -07:00
parent 39a48446ce
commit 5a2aed476e
No known key found for this signature in database
GPG Key ID: 50404A1CEB6B5250

View File

@ -1 +1 @@
export default /^([\w-]+)\/([\w-.]+)$/i;
export default /^([\w-_]+)\/([\w-_.]+)$/i;