Commit 934935cc authored by Vardan Pogosian's avatar Vardan Pogosian Committed by GitHub

Prettify and fix packages order

parent d2047132
...@@ -423,30 +423,30 @@ ...@@ -423,30 +423,30 @@
] ]
}, },
{ {
"name": "pexpect", "name": "pathtools",
"load_order": "01", "load_order": "10",
"description": "Python pexpect module", "description": "Path utilities for Python https://pypi.python.org/pypi/pathtools",
"author": "varp", "author": "vovkkk",
"issues": "https://github.com/varp/sublime-pexpect/issues", "issues": "https://github.com/vovkkk/sublime-pathtools/issues",
"releases": [ "releases": [
{ {
"base": "https://github.com/vovkkk/sublime-pathtools",
"sublime_text": "*", "sublime_text": "*",
"base": "https://github.com/varp/sublime-pexpect", "platforms": ["*"],
"tags": true "tags": true
} }
] ]
}, },
{ {
"name": "pathtools", "name": "pexpect",
"load_order": "10", "load_order": "01",
"description": "Path utilities for Python https://pypi.python.org/pypi/pathtools", "description": "Python pexpect module",
"author": "vovkkk", "author": "varp",
"issues": "https://github.com/vovkkk/sublime-pathtools/issues", "issues": "https://github.com/varp/sublime-pexpect/issues",
"releases": [ "releases": [
{ {
"base": "https://github.com/vovkkk/sublime-pathtools",
"sublime_text": "*", "sublime_text": "*",
"platforms": ["*"], "base": "https://github.com/varp/sublime-pexpect",
"tags": true "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