Commit 011be9bf authored by Hardy Jones's avatar Hardy Jones

Merge pull request #2130 from maximsch2/master

Split SublimeIPythonNotebook into different trees for different versions of ST
parents 606e0786 61980287
...@@ -222,9 +222,13 @@ ...@@ -222,9 +222,13 @@
"details": "https://github.com/maximsch2/SublimeIPythonNotebook", "details": "https://github.com/maximsch2/SublimeIPythonNotebook",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"details": "https://github.com/maximsch2/SublimeIPythonNotebook/tags" "details": "https://github.com/maximsch2/SublimeIPythonNotebook/tags"
} },
{
"sublime_text": "<3000",
"details": "https://github.com/maximsch2/SublimeIPythonNotebook/tree/st2"
}
] ]
}, },
{ {
......
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