浏览代码

update description

Robin Herbots 8 年之前
父节点
当前提交
f2728c64a9
共有 5 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      bower.json
  2. 1 1
      component.json
  3. 1 1
      composer.json
  4. 2 2
      nuspecs/Inputmask.nuspec
  5. 1 1
      package.json

+ 1 - 1
bower.json

@@ -22,7 +22,7 @@
 	  "./dist/inputmask/bindings/inputmask.binding.js"
   ],
   "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
-  "description": "jquery.inputmask is a jquery plugin which create an input mask.",
+  "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
   "license": "http://opensource.org/licenses/mit-license.php",
   "ignore": [
     "**/*",

+ 1 - 1
component.json

@@ -1,7 +1,7 @@
 {
 	"name": "inputmask",
 	"repository": "robinherbots/Inputmask",
-	"description": "Inputmask is a jquery plugin which create an input mask.",
+	"description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
 	"version": "3.3.6-0",
 	"keywords": [
 		"jquery",

+ 1 - 1
composer.json

@@ -1,6 +1,6 @@
 {
   "name": "robinherbots/inputmask",
-  "description": "Inputmask is a jquery plugin which create an input mask.",
+  "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
   "version": "3.3.6-0",
   "type": "library",
   "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],

+ 2 - 2
nuspecs/Inputmask.nuspec

@@ -9,8 +9,8 @@
         <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
         <projectUrl>https://github.com/RobinHerbots/Inputmask</projectUrl>
         <requireLicenseAcceptance>true</requireLicenseAcceptance>
-        <description>Inputmask is a jquery plugin which create an input mask.</description>
-        <summary>Inputmask is a jquery plugin which create an input mask.</summary>
+        <description>Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.</description>
+        <summary>Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.</summary>
         <tags>jQuery, plugins, input, form, inputmask, mask</tags>
     </metadata>
     <files>

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "inputmask",
   "version": "3.3.6-0",
-  "description": "Inputmask is a jquery plugin which create an input mask.",
+  "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
   "main": "index.js",
   "files": [
     "dist/",