Commit de349d8b authored by germtb's avatar germtb

Fix wrong alphabetical order

parent a152800d
...@@ -452,21 +452,21 @@ ...@@ -452,21 +452,21 @@
] ]
}, },
{ {
"name": "textract", "details": "https://github.com/chaosphere2112/TextCommands",
"details": "https://github.com/germtb/textract",
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": "<3000",
"tags": true "branch": "master"
} }
] ]
}, },
{ {
"details": "https://github.com/chaosphere2112/TextCommands", "name": "textract",
"details": "https://github.com/germtb/textract",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": ">=3000",
"branch": "master" "tags": true
} }
] ]
}, },
......
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