Skip to content

Commit 20b7833

Browse files
David Poirierkichalla
authored andcommitted
Remove .min file from bower.json main section
1 parent 9a3a847 commit 20b7833

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

bower.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"homepage": "https://github.com/aspnet/jquery-validation-unobtrusive",
55
"description": "Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.",
66
"main": [
7-
"jquery.validate.unobtrusive.js",
8-
"jquery.validate.unobtrusive.min.js"
7+
"jquery.validate.unobtrusive.js"
8+
],
9+
"ignore": [
10+
"**/.*",
11+
"*.json",
12+
"*.md",
13+
"*.txt"
914
],
10-
"ignore": "",
1115
"keywords": [
1216
"jquery",
1317
"asp.net",

0 commit comments

Comments
 (0)