braintree / credit-card-type

A library for determining credit card type
MIT License
980 stars 154 forks source link

Removes lodash dependency #19

Closed mrak closed 8 years ago

mrak commented 8 years ago

We've been considering this for a while. We are only using lodash for isString and clone, which for our purposes can be substituted for simple vanilla JS checks.

Addresses #18 and part of #12

crookedneighbor commented 8 years ago

👍

EvanHahn commented 8 years ago

:+1: