valiton/node-random-string

Character set has a typo.

Closed this issue · 2 comments

var numbers = '0123456789',
    letters = 'ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz',
    specials = '!$%^&*()_+|~-=`{}[]:;<>?,./';

You're missing a capital Y :O, you typed a T instead.

You also missed the lowercase 'j'

thanks for reporting this issue. fixed it and published v0.1.2 to npm