Commit 58336fe6 authored by FichteFoll's avatar FichteFoll

Fix package order

parent c290c19c
...@@ -166,6 +166,16 @@ ...@@ -166,6 +166,16 @@
} }
] ]
}, },
{
"name": "Paste Laravel",
"details": "https://github.com/RobinMalfait/Laravel-paste",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/RobinMalfait/Laravel-paste/tree/master"
}
]
},
{ {
"name": "Paste PDF Text Block", "name": "Paste PDF Text Block",
"details": "https://github.com/compleatang/sublimetext-pastepdf", "details": "https://github.com/compleatang/sublimetext-pastepdf",
...@@ -205,16 +215,6 @@ ...@@ -205,16 +215,6 @@
} }
] ]
}, },
{
"name": "Paste Laravel",
"details": "https://github.com/RobinMalfait/Laravel-paste",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/RobinMalfait/Laravel-paste/tree/master"
}
]
},
{ {
"name": "PasteSelOnClick", "name": "PasteSelOnClick",
"details": "https://bitbucket.org/Clams/pasteselonclick", "details": "https://bitbucket.org/Clams/pasteselonclick",
......
...@@ -792,22 +792,22 @@ ...@@ -792,22 +792,22 @@
] ]
}, },
{ {
"name": "SortBy", "name": "Sort Lines (Numerically)",
"details": "https://github.com/Doi9t/SortBy", "details": "https://github.com/alimony/sublime-sort-numerically",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/Doi9t/SortBy/tree/master" "details": "https://github.com/alimony/sublime-sort-numerically/tree/master"
} }
] ]
}, },
{ {
"name": "Sort Lines (Numerically)", "name": "SortBy",
"details": "https://github.com/alimony/sublime-sort-numerically", "details": "https://github.com/Doi9t/SortBy",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/alimony/sublime-sort-numerically/tree/master" "details": "https://github.com/Doi9t/SortBy/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