From 87284822427851adfbb96f42c6621f93c4e66176 Mon Sep 17 00:00:00 2001 From: mvilner Date: Mon, 8 Dec 2014 13:52:24 +0200 Subject: [PATCH 1/7] bower added for be able to install with "bower install" --- bower.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e684ae7 --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "jquery-cron", + "homepage": "https://github.com/shawnchin/jquery-cron", + "version": "0.1.4", + "_release": "0.1.4", + "_resolution": { + "type": "version", + "tag": "v0.1.4", + "commit": "6f52d687627fcd04fb0d3f6ae6c08837267ef0dc" + }, + "main": [ + "./cron/jquery-cron.js" + ], + "_source": "https://github.com/shawnchin/jquery-cron.git", + "_target": "*", + "_originalSource": "https://github.com/shawnchin/jquery-cron.git" +} From baa09f287f5488b2c7acddcc42fb40a422d74eff Mon Sep 17 00:00:00 2001 From: mvilner Date: Mon, 8 Dec 2014 14:55:09 +0200 Subject: [PATCH 2/7] bower.json - some nodes deleted --- bower.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index e684ae7..0c65cfd 100644 --- a/bower.json +++ b/bower.json @@ -1,17 +1,8 @@ { "name": "jquery-cron", - "homepage": "https://github.com/shawnchin/jquery-cron", + "homepage": "https://github.com/shootermv/jquery-cron", "version": "0.1.4", - "_release": "0.1.4", - "_resolution": { - "type": "version", - "tag": "v0.1.4", - "commit": "6f52d687627fcd04fb0d3f6ae6c08837267ef0dc" - }, "main": [ "./cron/jquery-cron.js" - ], - "_source": "https://github.com/shawnchin/jquery-cron.git", - "_target": "*", - "_originalSource": "https://github.com/shawnchin/jquery-cron.git" + ] } From 6d5fcff1fa740999e1f865f76f42e274162c9202 Mon Sep 17 00:00:00 2001 From: mvilner Date: Mon, 8 Dec 2014 15:02:29 +0200 Subject: [PATCH 3/7] bower.json - some nodes deleted --- bower.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bower.json b/bower.json index 0c65cfd..2486c86 100644 --- a/bower.json +++ b/bower.json @@ -4,5 +4,16 @@ "version": "0.1.4", "main": [ "./cron/jquery-cron.js" + ], + "authors": [ + "mvilner " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" ] } From 184d942d70753a108cdd72658fd4f3ff9e862e98 Mon Sep 17 00:00:00 2001 From: mvilner Date: Mon, 8 Dec 2014 15:08:01 +0200 Subject: [PATCH 4/7] .bowerrc file added --- .bowerrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bowerrc diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..baa91a3 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "bower_components" +} \ No newline at end of file From 2c3c832a10e612b3830b28911e553a1981b65885 Mon Sep 17 00:00:00 2001 From: mvilner Date: Mon, 8 Dec 2014 15:09:10 +0200 Subject: [PATCH 5/7] author replaced --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2486c86..3119bd1 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "./cron/jquery-cron.js" ], "authors": [ - "mvilner " + "Shawn Chin" ], "license": "MIT", "ignore": [ From 57e704ff502e45024ad1f06c8c70a3ad14a31930 Mon Sep 17 00:00:00 2001 From: Moshe Date: Mon, 8 Dec 2014 15:20:41 +0200 Subject: [PATCH 6/7] Update .gitignore gitignore modified --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f836aa..0d20b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -*~ *.pyc From d45f65472d62c75eb5f1b30edb1f2ce7ed7deb61 Mon Sep 17 00:00:00 2001 From: Moshe Date: Tue, 9 Dec 2014 09:17:50 +0200 Subject: [PATCH 7/7] version updated version updated --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 3119bd1..b20b85c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jquery-cron", "homepage": "https://github.com/shootermv/jquery-cron", - "version": "0.1.4", + "version": "0.1.4.2", "main": [ "./cron/jquery-cron.js" ],