Commit f51024da authored by Mark W. Evans's avatar Mark W. Evans

Fixed package ordering

parent 9ce4b724
...@@ -42,23 +42,23 @@ ...@@ -42,23 +42,23 @@
] ]
}, },
{ {
"name": "Base16 Color Schemes", "name": "Base Encoder",
"details": "https://github.com/chriskempson/base16-textmate", "details": "https://github.com/euphwes/base-encoder",
"labels": ["color scheme"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">2999",
"details": "https://github.com/chriskempson/base16-textmate/tree/master" "details": "https://github.com/euphwes/base-encoder/tree/master"
} }
] ]
}, },
{ {
"name": "Base Encoder", "name": "Base16 Color Schemes",
"details": "https://github.com/euphwes/base-encoder", "details": "https://github.com/chriskempson/base16-textmate",
"labels": ["color scheme"],
"releases": [ "releases": [
{ {
"sublime_text": ">2999", "sublime_text": "*",
"details": "https://github.com/euphwes/base-encoder/tree/master" "details": "https://github.com/chriskempson/base16-textmate/tree/master"
} }
] ]
}, },
......
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