diff --git a/README.md b/README.md index 328064b..414d422 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ jQuery Component ================ -Shim repository for the [jQuery](http://jquery.com). +Shim [repository](https://github.com/components/jquery) for the [jQuery](http://jquery.com). Package Managers ---------------- diff --git a/bower.json b/bower.json index 2fa650f..4577d5d 100644 --- a/bower.json +++ b/bower.json @@ -6,6 +6,10 @@ "jquery", "component" ], + "ignore": [ + "**/.*", + "*.json" + ], "main": "jquery.js", "license": "MIT" }