repocrypts / Validator

Client-side javascript validator library ports from Laravel 5.2
MIT License
46 stars 22 forks source link

Conflict module 'Validator' with 'validator' #19

Closed Droppix closed 4 years ago

Droppix commented 5 years ago

Hi,

You have a conflict with the module validator (https://www.npmjs.com/package/validator). Every time I install a new npm module, the module 'Validator' is replaced by 'validator' (by npm) I work on mac, the system file doesn't differentiate between lower and upper case. It would be better if you could rename your module, by another name, but only in lower case like all npm modules.

Regards

jfstn commented 5 years ago

Hello @Droppix!

I'll take care of it sooner or later, I'm thinking of rewriting the library and eventually solve that. I had that filesystem problem before and I know what you are talking about. 😅

Thanks for your feedback!

jfstn commented 4 years ago

Due to the way that npm works I will not be renaming the library.