PawelDecowski / jquery-creditcardvalidator

jQuery credit card validation and detection plugin
jquerycreditcardvalidator.com
MIT License
1.06k stars 275 forks source link

Added package.json for npm compatibility #104

Closed nortonprojects closed 3 years ago

PawelDecowski commented 7 years ago

You shouldn’t add node_modules directory to source control. The whole point of package.json is it lists dependencies that need to be installed for this package to work.

nortonprojects commented 7 years ago

Whoops, forgot to check .gitignore for them