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,25 @@
{
"name": "jquery-maskmoney",
"version": "3.1.1",
"homepage": "https://github.com/plentz/jquery-maskmoney",
"authors": [
"Diego Plentz <diego@plentz.org>"
],
"description": "jQuery plugin to mask data entry in the input text in the form of money (currency).",
"main": "dist/jquery.maskMoney.js",
"keywords": [
"form",
"money",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"jquery": "^3.2.1"
}
}