From c72bd4bf07ca16e09253414bb9ecfc2dcfefc237 Mon Sep 17 00:00:00 2001 From: Chen-Heng Chang Date: Sat, 14 Sep 2013 18:01:14 +0800 Subject: [PATCH 1/2] ignore useless files --- bower.json | 4 ++++ 1 file changed, 4 insertions(+) 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" } From e5d7b49410eb25c59752b9a0817cc2448db19cb5 Mon Sep 17 00:00:00 2001 From: Chen-Heng Chang Date: Sat, 14 Sep 2013 18:08:52 +0800 Subject: [PATCH 2/2] add the repo link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------