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

Prettify and fix packages order

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