From 33114e31fdc4fa71bdd385bbd8488027558ddc0f Mon Sep 17 00:00:00 2001 From: Aris FM Date: Tue, 6 Jan 2015 18:47:55 +0700 Subject: [PATCH 1/3] add bower.json --- bower.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c879783 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "jquery.pin", + "main": "jquery.pin.js", + "version": "1.0.3", + "homepage": "https://github.com/webpop/jquery.pin", + "authors": [ + "Mathias Biilmann " + ], + "description": "jQuery.Pin is a plugin to pin any element within a container", + "keywords": [ + "pin", + "sticky", + "jquery", + "sticky", + "plugin", + "jquery", + "pin", + "plugin" + ], + "license": "The BSD 2-Clause License", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} From 2274a00b665e21805057d045d9d95a44d739a0a5 Mon Sep 17 00:00:00 2001 From: Aris FM Date: Tue, 6 Jan 2015 19:02:23 +0700 Subject: [PATCH 2/3] Update bower.json --- bower.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index c879783..06b85cc 100644 --- a/bower.json +++ b/bower.json @@ -6,16 +6,13 @@ "authors": [ "Mathias Biilmann " ], + "dependencies": { + "jquery": ">=1.8.0" + }, "description": "jQuery.Pin is a plugin to pin any element within a container", "keywords": [ "pin", - "sticky", - "jquery", - "sticky", - "plugin", - "jquery", - "pin", - "plugin" + "sticky" ], "license": "The BSD 2-Clause License", "ignore": [ From dcf08bed871bf6acd23b54d30dfd6fe5a2a2ee52 Mon Sep 17 00:00:00 2001 From: Aris FM Date: Tue, 13 Jan 2015 14:38:34 +0700 Subject: [PATCH 3/3] Update bower.json Change homepage --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 06b85cc..ae6f3bd 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "jquery.pin", "main": "jquery.pin.js", "version": "1.0.3", - "homepage": "https://github.com/webpop/jquery.pin", + "homepage": "http://webpop.github.io/jquery.pin/", "authors": [ "Mathias Biilmann " ],