creditable
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "creditable", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Utilities for working with credit card form input.", | ||
@@ -20,9 +20,9 @@ "main": "creditablecardtype.js", | ||
"dependencies": { | ||
"shoestring": "^1.0.3" | ||
"shoestring": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^1.0.1", | ||
"grunt-contrib-qunit": "^1.2.0", | ||
"grunt-contrib-qunit": "^2.0.0", | ||
"qunitjs": "^2.0.1" | ||
} | ||
} |
@@ -27,3 +27,3 @@ # creditable | ||
Update the Security Code placeholder and maxlength based on the card type of the number entered into the Credit Card field. Full demo in `index.html`. | ||
Update the Security Code placeholder and maxlength based on the card type of the number entered into the Credit Card field. Supports one pair of fields per form. Full demo in `index.html`. | ||
@@ -30,0 +30,0 @@ ``` |
10490
+ Addedshoestring@2.0.1(transitive)
- Removedshoestring@1.0.5(transitive)
Updatedshoestring@^2.0.1