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.
2 parents 452a56b + e5d7b49 commit a878230Copy full SHA for a878230
README.md
@@ -1,7 +1,7 @@
1
jQuery Component
2
================
3
4
-Shim repository for the [jQuery](http://jquery.com).
+Shim [repository](https://github.com/components/jquery) for the [jQuery](http://jquery.com).
5
6
Package Managers
7
----------------
bower.json
@@ -6,6 +6,10 @@
"jquery",
"component"
8
],
9
+ "ignore": [
10
+ "**/.*",
11
+ "*.json"
12
+ ],
13
"main": "jquery.js",
14
"license": "MIT"
15
}
0 commit comments