Unverified Commit 27ba84e8 authored by Thomas Smith's avatar Thomas Smith Committed by GitHub

Merge pull request #7192 from varp/master

set psutil and pexpect loading order to 10; add supported platforms for psutil
parents 1eef6dd7 f6959ea9
......@@ -537,7 +537,7 @@
},
{
"name": "pexpect",
"load_order": "01",
"load_order": "10",
"description": "Python pexpect module",
"author": "varp",
"issues": "https://github.com/varp/sublime-pexpect/issues",
......@@ -579,7 +579,7 @@
},
{
"name": "psutil",
"load_order": "01",
"load_order": "10",
"description": "Python psutil module",
"author": "varp",
"issues": "https://github.com/varp/sublime-psutil/issues",
......@@ -587,6 +587,7 @@
{
"sublime_text": ">=3000",
"base": "https://github.com/varp/sublime-psutil",
"platforms": ["osx-x64", "windows-x32", "windows-x64", "linux-x64", "linux-x32"],
"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