We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3a847 commit 20b7833Copy full SHA for 20b7833
bower.json
@@ -4,10 +4,14 @@
4
"homepage": "https://github.com/aspnet/jquery-validation-unobtrusive",
5
"description": "Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.",
6
"main": [
7
- "jquery.validate.unobtrusive.js",
8
- "jquery.validate.unobtrusive.min.js"
+ "jquery.validate.unobtrusive.js"
+ ],
9
+ "ignore": [
10
+ "**/.*",
11
+ "*.json",
12
+ "*.md",
13
+ "*.txt"
14
],
- "ignore": "",
15
"keywords": [
16
"jquery",
17
"asp.net",
0 commit comments