From 13b15a0153fd50bebddb76dbd47eb5cfc208d400 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Thu, 16 May 2024 00:09:43 +0200 Subject: [PATCH] Move "Better CoffeeScript" to SublimeText org (#8921) * Move "Better CoffeeScript" to SublimeText org * Use tags for releases of "Better CoffeeScript" --- repository/b.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repository/b.json b/repository/b.json index c64416b0aa4..6db087ad3a4 100644 --- a/repository/b.json +++ b/repository/b.json @@ -571,16 +571,16 @@ }, { "name": "Better CoffeeScript", - "details": "https://github.com/aponxi/sublime-better-coffeescript", + "details": "https://github.com/SublimeText/BetterCoffeeScript", "labels": ["language syntax", "snippets", "linting", "watch", "coffeescript"], "releases": [ { "sublime_text": ">=3000", - "branch": "master" + "tags": "3000-" }, { "sublime_text": "<3000", - "branch": "st2" + "tags": true } ] },