Commit 17a1104f authored by Randy Lai's avatar Randy Lai Committed by FichteFoll

Move Unittesting to SublimeText org (and dependencies to packagecontrol) (#7152)

parent 96ffab5a
...@@ -667,10 +667,10 @@ ...@@ -667,10 +667,10 @@
"author": "randy3k", "author": "randy3k",
"load_order": "50", "load_order": "50",
"description": "Pywin32 module", "description": "Pywin32 module",
"issues": "https://github.com/randy3k/sublime-pywin32/issues", "issues": "https://github.com/packagecontrol/sublime-pywin32/issues",
"releases": [ "releases": [
{ {
"base": "https://github.com/randy3k/sublime-pywin32", "base": "https://github.com/packagecontrol/sublime-pywin32",
"platforms": ["windows"], "platforms": ["windows"],
"tags": true, "tags": true,
"sublime_text": ">=3000" "sublime_text": ">=3000"
...@@ -724,10 +724,10 @@ ...@@ -724,10 +724,10 @@
"load_order": "50", "load_order": "50",
"description": "Python ZMQ module", "description": "Python ZMQ module",
"author": "randy3k", "author": "randy3k",
"issues": "https://github.com/randy3k/sublime-pyzmq/issues", "issues": "https://github.com/packagecontrol/sublime-pyzmq/issues",
"releases": [ "releases": [
{ {
"base": "https://github.com/randy3k/sublime-pyzmq", "base": "https://github.com/packagecontrol/sublime-pyzmq",
"tags": true, "tags": true,
"sublime_text": ">=3000" "sublime_text": ">=3000"
} }
......
...@@ -280,6 +280,20 @@ ...@@ -280,6 +280,20 @@
} }
] ]
}, },
{
"name": "UnitTesting",
"details": "https://github.com/SublimeText/UnitTesting",
"releases": [
{
"sublime_text": "<3000",
"tags": "st2-"
},
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{ {
"name": "Unity C# Snippets", "name": "Unity C# Snippets",
"details": "https://github.com/michelmcbride/UnitySublimeTextSnippets", "details": "https://github.com/michelmcbride/UnitySublimeTextSnippets",
......
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