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 @@ ...@@ -537,7 +537,7 @@
}, },
{ {
"name": "pexpect", "name": "pexpect",
"load_order": "01", "load_order": "10",
"description": "Python pexpect module", "description": "Python pexpect module",
"author": "varp", "author": "varp",
"issues": "https://github.com/varp/sublime-pexpect/issues", "issues": "https://github.com/varp/sublime-pexpect/issues",
...@@ -579,7 +579,7 @@ ...@@ -579,7 +579,7 @@
}, },
{ {
"name": "psutil", "name": "psutil",
"load_order": "01", "load_order": "10",
"description": "Python psutil module", "description": "Python psutil module",
"author": "varp", "author": "varp",
"issues": "https://github.com/varp/sublime-psutil/issues", "issues": "https://github.com/varp/sublime-psutil/issues",
...@@ -587,6 +587,7 @@ ...@@ -587,6 +587,7 @@
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"base": "https://github.com/varp/sublime-psutil", "base": "https://github.com/varp/sublime-psutil",
"platforms": ["osx-x64", "windows-x32", "windows-x64", "linux-x64", "linux-x32"],
"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