Commit 82760768 authored by gillibrand's avatar gillibrand

Remove old SwapSelection package from channels.json

As suggested by @FichteFoll:

@ both, if gillibrand's package provides the same functionality as
chenha0 but also works for ST3, it is superior to it. It only has 37
installs according to the stats, but imo you should replace the package
with your version because it is still being maintained. In order to to
that, you should remove his entry in channel.json and then you can
either let your package have the same name or add a previous_names key
that includes the old one.
parent b76d6ffe
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
"https://raw.github.com/carlcalderon/ofLang/master/packages.json", "https://raw.github.com/carlcalderon/ofLang/master/packages.json",
"https://raw.github.com/ccpalettes/sublime-lorem-text/master/packages.json", "https://raw.github.com/ccpalettes/sublime-lorem-text/master/packages.json",
"https://raw.github.com/chancedai/sublime-cross/master/packages.json", "https://raw.github.com/chancedai/sublime-cross/master/packages.json",
"https://raw.github.com/chenha0/SwapSelection/master/packages.json",
"https://raw.github.com/chikatoike/IMESupport/master/packages.json", "https://raw.github.com/chikatoike/IMESupport/master/packages.json",
"https://raw.github.com/Chris---/SublimeText-Packages/master/packages.json", "https://raw.github.com/Chris---/SublimeText-Packages/master/packages.json",
"https://raw.github.com/chriswong/sublime-mootools-snippets/master/packages.json", "https://raw.github.com/chriswong/sublime-mootools-snippets/master/packages.json",
......
...@@ -2375,6 +2375,8 @@ ...@@ -2375,6 +2375,8 @@
{ {
"name": "Swap Selections", "name": "Swap Selections",
"details": "https://github.com/gillibrand/sublimetext-swap-selections", "details": "https://github.com/gillibrand/sublimetext-swap-selections",
"previous_names": ["SwapSelection"],
"labels": ["text manipulation"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment