fnando / cpf_cnpj

🇧🇷 Validate, generate and format CPF/CNPJ numbers. Include command-line tools.
MIT License
239 stars 42 forks source link

Is there any possibility to split the cpf/cnpj into separate repositories and provide them as UMD? #2

Closed fernandofleury closed 9 years ago

fernandofleury commented 9 years ago

I've been using CPF only for a while, and copied into a AMD wrapper in order to use with my requirejs project.

I was wondering why are both provided together. Since most of the times I was using CPF into my projects, It would be CPF only.

fnando commented 9 years ago

Because I think it makes sense. Code is small and I hate having super-mega-small modules like the NPM culture promotes. cnpj.js weights 1.8K uncompressed. It makes no sense splitting this.

fernandofleury commented 9 years ago

Okay. thanks for the heads up!