Commit 397fdad2 authored by Alexander Greim's avatar Alexander Greim

Respect package name order

parent 7442425b
...@@ -771,16 +771,6 @@ ...@@ -771,16 +771,6 @@
} }
] ]
}, },
{
"name": "Ruby Hash Converter",
"details": "https://github.com/iltempo/sublime-text-2-hash-syntax",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/iltempo/sublime-text-2-hash-syntax/tree/master"
}
]
},
{ {
"name": "Ruby Block Converter", "name": "Ruby Block Converter",
"details": "https://github.com/irohiroki/RubyBlockConverter", "details": "https://github.com/irohiroki/RubyBlockConverter",
...@@ -834,6 +824,19 @@ ...@@ -834,6 +824,19 @@
} }
] ]
}, },
{
"name": "Ruby Hash Converter",
"details": "https://github.com/iltempo/sublime-text-2-hash-syntax",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/iltempo/sublime-text-2-hash-syntax/tree/master"
}
],
"previous_names": [
"Ruby 1.9 Hash Converter"
]
},
{ {
"name": "Ruby Hash Reverter", "name": "Ruby Hash Reverter",
"details": "https://github.com/kyamaguchi/sublime-text-2-revert-hash-syntax", "details": "https://github.com/kyamaguchi/sublime-text-2-revert-hash-syntax",
......
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