From f4e6b7dde3432daddddc80e2e5e5da62c0bd1601 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Sun, 24 Feb 2013 19:48:40 -0800 Subject: [PATCH 1/4] adding bower package definition --- .DS_Store | Bin 0 -> 6148 bytes component.json | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 .DS_Store create mode 100644 component.json diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..adf3ae200731804219436d83b2efbd33ccbb2a76 GIT binary patch literal 6148 zcmeH~!AitH42J(`kp(Y%^f<5J8w|_t6Zit^R!~?hSohwWukD{qlrE)L5Ap{xf161< z^gA>S0Nb7WdteJ-LwCiOFH7@%_k~?$PI$XpM2ZHFEMju_|lHyH7X zCw$-q{d}Xt8Si+*=RCN6fObSc1VlgtL_h>C2(V|nZEl-t6#)?tfnNgteJFI-nmRR& zPY0J60jM3rVZ4r6f?7O4t*KK}MrhVbsjbv<#IRP*c*(q)IyG(OupB-tPqv&;EKcY1 zOQgeUQ>`K(0+$4Q_NHyU{~zcp^S|fFL_h@oDFN&D5BnWoE_>_ZHNDps`Xl|vm>cO_ lq7_r474ybh@!c%1_%-)y>eMvK8IN+RegvG0Oa%Udz&G`L9ti*d literal 0 HcmV?d00001 diff --git a/component.json b/component.json new file mode 100644 index 0000000..34da437 --- /dev/null +++ b/component.json @@ -0,0 +1,10 @@ +{ + "name": "jquery-throttle-debounce", + "version": "1.1.0", + "main": "./jquery.ba-throttle-debounce.js", + "ignore": [ + "**/.*", + "node_modules", + "components" + ] +} From 400b3d9531eb4cdba86f0f720f7302789f544f58 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Sun, 24 Feb 2013 19:49:06 -0800 Subject: [PATCH 2/4] adding gitignore --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .DS_Store create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index adf3ae200731804219436d83b2efbd33ccbb2a76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~!AitH42J(`kp(Y%^f<5J8w|_t6Zit^R!~?hSohwWukD{qlrE)L5Ap{xf161< z^gA>S0Nb7WdteJ-LwCiOFH7@%_k~?$PI$XpM2ZHFEMju_|lHyH7X zCw$-q{d}Xt8Si+*=RCN6fObSc1VlgtL_h>C2(V|nZEl-t6#)?tfnNgteJFI-nmRR& zPY0J60jM3rVZ4r6f?7O4t*KK}MrhVbsjbv<#IRP*c*(q)IyG(OupB-tPqv&;EKcY1 zOQgeUQ>`K(0+$4Q_NHyU{~zcp^S|fFL_h@oDFN&D5BnWoE_>_ZHNDps`Xl|vm>cO_ lq7_r474ybh@!c%1_%-)y>eMvK8IN+RegvG0Oa%Udz&G`L9ti*d diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store From 6103a1d20508da567a9da80822408d1bad9abc32 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Sun, 24 Feb 2013 19:55:24 -0800 Subject: [PATCH 3/4] updating repo to point at Cowboy's repo --- component.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/component.json b/component.json index 34da437..1752d09 100644 --- a/component.json +++ b/component.json @@ -2,9 +2,8 @@ "name": "jquery-throttle-debounce", "version": "1.1.0", "main": "./jquery.ba-throttle-debounce.js", - "ignore": [ - "**/.*", - "node_modules", - "components" - ] + "repository": { + "type": "git", + "url": "git://github.com/cowboy/jquery-throttle-debounce.git" + } } From 752b5a1409c75704ad9d441a61f7653a118863e9 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Wed, 30 Oct 2013 04:27:39 -0700 Subject: [PATCH 4/4] renamed component.json to bower.json as per spec --- component.json => bower.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename component.json => bower.json (100%) diff --git a/component.json b/bower.json similarity index 100% rename from component.json rename to bower.json