Browse Source

Dont distribute tests and build tools w/ bower

Ray Zane 11 years ago
parent
commit
3dfbbe649e
1 changed files with 22 additions and 13 deletions
  1. 22 13
      bower.json

+ 22 - 13
bower.json

@@ -1,15 +1,24 @@
 {
-    "name": "jquery.inputmask",
-    "version": "3.0.48",
-    "main": "./dist/jquery.inputmask.bundle.js",
-	"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",
-    "dependencies": {
-        "jquery": ">=1.7"
-    },
-	"authors": [ 
-		{ "name": "Robin Herbots" }
-	],
-	"homepage": "http://robinherbots.github.io/jquery.inputmask"
+  "name": "jquery.inputmask",
+  "version": "3.0.48",
+  "main": "./dist/jquery.inputmask.bundle.js",
+  "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": [
+    "qunit/",
+    "nuget/",
+    "tools/",
+    "js/",
+    "README.md",
+    "build.properties",
+    "build.xml"
+  ],
+  "dependencies": {
+      "jquery": ">=1.7"
+  },
+  "authors": [ 
+    { "name": "Robin Herbots" }
+  ],
+  "homepage": "http://robinherbots.github.io/jquery.inputmask"
 }