From dcafc3e4b1e50822c0d62be21f67d6002ee95afe Mon Sep 17 00:00:00 2001 From: Miguel Espinoza Date: Wed, 11 Jan 2017 13:55:06 +0100 Subject: [PATCH 1/3] Add crollow --- repository/c.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository/c.json b/repository/c.json index a71d3f2d372..a4a12e7fa4f 100644 --- a/repository/c.json +++ b/repository/c.json @@ -3174,6 +3174,16 @@ } ] }, + { + "name": "Crollow", + "details": "https://github.com/purefan/crollow", + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "Crontab Syntax", "details": "https://github.com/clarkewd/SublimeCrontab", From a961810fa09681047b3797ae519f7f5c13948125 Mon Sep 17 00:00:00 2001 From: Miguel Espinoza Date: Mon, 16 Jan 2017 13:15:04 +0100 Subject: [PATCH 2/3] Fixed errors reported by https://github.com/wbond/package_control_channel/pull/6061#issuecomment-272759048 --- repository/c.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repository/c.json b/repository/c.json index a4a12e7fa4f..ab38968d661 100644 --- a/repository/c.json +++ b/repository/c.json @@ -3180,7 +3180,8 @@ "releases": [ { "sublime_text": "*", - "tags": true + "tags": true, + "branch": "master" } ] }, From 04fe18c0916a4144dda7958168d118cbdd0a1189 Mon Sep 17 00:00:00 2001 From: Miguel Espinoza Date: Mon, 16 Jan 2017 13:17:40 +0100 Subject: [PATCH 3/3] Fix platform + branch error. --- repository/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/c.json b/repository/c.json index ab38968d661..a34bce5d885 100644 --- a/repository/c.json +++ b/repository/c.json @@ -3181,7 +3181,7 @@ { "sublime_text": "*", "tags": true, - "branch": "master" + "platforms": ["osx", "windows", "linux"] } ] },