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,8 +222,12 @@
"details": "https://github.com/maximsch2/SublimeIPythonNotebook",
"releases": [
{
"sublime_text": "*",
"sublime_text": ">=3000",
"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