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 4f290f6 commit ff31f35Copy full SHA for ff31f35
bower.json
@@ -4,10 +4,14 @@
4
"homepage": "https://github.com/aspnet/jquery-ajax-unobtrusive",
5
"description": "Add-on to jQuery Ajax to enable unobtrusive options in data-* attributes",
6
"main": [
7
- "jquery.unobtrusive-ajax.js",
8
- "jquery.unobtrusive-ajax.min.js"
+ "jquery.unobtrusive-ajax.js"
+ ],
9
+ "ignore": [
10
+ "**/.*",
11
+ "*.json",
12
+ "*.md",
13
+ "*.txt"
14
],
- "ignore": "",
15
"keywords": [
16
"jquery",
17
"asp.net",
0 commit comments