fix bug comma

This commit is contained in:
2020-07-12 15:04:12 +07:00
parent e132f3b5c9
commit c27b800795
66 changed files with 15559 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "igorescobar/jquery-mask-plugin",
"type": "library",
"description": "A jQuery Plugin to make masks on form fields and html elements.",
"keywords": ["jquery", "mask", "plugin"],
"homepage": "https://github.com/igorescobar/jQuery-Mask-Plugin",
"license": "MIT",
"authors": [
{
"name": "Igor Escobar",
"email": "blog@igorescobar.com",
"homepage": "https://about.me/igorescobar",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/igorescobar/jQuery-Mask-Plugin/issues"
}
}