Commit 61980287 authored by Maxim Grechkin's avatar Maxim Grechkin

split IPython Notbeook into two different pointers for different version of ST

parent 479fa768
...@@ -222,8 +222,12 @@ ...@@ -222,8 +222,12 @@
"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