浏览代码

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

Robin Herbots 11 年之前
父节点
当前提交
a4c1204ccc
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      component.json

+ 9 - 0
component.json

@@ -0,0 +1,9 @@
+{
+  "name": "jquery.inputmask",
+  "version": "3.1.58",
+  "description": "jquery.inputmask is a jquery plugin which create an input mask.",
+  "main": "./dist/jquery.inputmask.bundle.js",
+  "scripts": [
+    "./dist/jquery.inputmask.bundle.js"
+  ]
+}