浏览代码

Merge branch '3.x' of https://github.com/RobinHerbots/jquery.inputmask into 3.x

Robin Herbots 11 年之前
父节点
当前提交
c208bcf82b
共有 3 个文件被更改,包括 3 次插入6 次删除
  1. 1 1
      bower.json
  2. 1 1
      composer.json
  3. 1 4
      package.json

+ 1 - 1
bower.json

@@ -9,7 +9,7 @@
 	"./dist/inputmask/jquery.inputmask.phone.extensions.js",
 	"./dist/inputmask/jquery.inputmask.regex.extensions.js"
   ],
-  "keywords" : ["jQuery", "plugins", "input", "form", "inputmask", "mask"],
+  "keywords" : ["jquery", "plugins", "input", "form", "inputmask", "mask"],
   "description": "jquery.inputmask is a jquery plugin which create an input mask.",
   "license": "http://opensource.org/licenses/mit-license.php",
   "ignore": [

+ 1 - 1
composer.json

@@ -3,7 +3,7 @@
     "description": "jquery.inputmask is a jquery plugin which create an input mask.",
 	"version": "3.1.57",
     "type": "library",
-    "keywords": ["jQuery", "plugins", "input", "form", "inputmask", "mask"],
+    "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
     "homepage": "http://robinherbots.github.io/jquery.inputmask",
     "license": "MIT",
     "authors": [

+ 1 - 4
package.json

@@ -11,10 +11,7 @@
     "url": "https://github.com/RobinHerbots/jquery.inputmask.git"
   },
   "keywords": [
-    "input",
-    "form",
-    "inputmask",
-    "mask"
+    "jquery", "plugins", "input", "form", "inputmask", "mask"
   ],
   "author": {
     "name": "Robin Herbots",