diff --git a/.gitignore b/.gitignore index 3260eff..a155859 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ - +*.swo +*.swp .idea/* dist/* diff --git a/component.json b/component.json new file mode 100644 index 0000000..301a596 --- /dev/null +++ b/component.json @@ -0,0 +1,18 @@ +{ + "name" : "jquery.maskedinput", + "version" : "1.3.1", + "description" : "A masked input plugin for the jQuery javascript library.", + "homepage" : "https://github.com/DigitalBush/jquery.maskedinput", + "main" : "./src/jquery.maskedinput.js", + "dependencies" : { + "jquery" : ">= 1.7.x" + }, + "keywords" : [ + "jquery", + "maskedinput" + ], + "author": { + "name" : "Josh Bush", + "web" : "http://digitalbush.com" + } +} diff --git a/plugin.json b/plugin.json index bcb2157..e2aa63d 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { "name" : "jquery.maskedinput", "author" : "Josh Bush (digitalbush.com)", - "version" : "1.3" + "version" : "1.3.1" }