Skip to content

Commit ff31f35

Browse files
David Poirierkichalla
authored andcommitted
Remove .min file from bower.json main section
1 parent 4f290f6 commit ff31f35

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-ajax-unobtrusive",
55
"description": "Add-on to jQuery Ajax to enable unobtrusive options in data-* attributes",
66
"main": [
7-
"jquery.unobtrusive-ajax.js",
8-
"jquery.unobtrusive-ajax.min.js"
7+
"jquery.unobtrusive-ajax.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)