Commit d01247c0 authored by Hardy Jones's avatar Hardy Jones

Merge pull request #3288 from fnkr/patch-1

use sublimetext3 branch for DataConverter on ST3
parents d3ebb61e 5ad11b05
...@@ -103,8 +103,12 @@ ...@@ -103,8 +103,12 @@
"details": "https://github.com/fitnr/SublimeDataConverter", "details": "https://github.com/fitnr/SublimeDataConverter",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://github.com/fitnr/SublimeDataConverter/tree/master" "details": "https://github.com/fitnr/SublimeDataConverter/tree/master"
},
{
"sublime_text": ">2999",
"details": "https://github.com/fitnr/SublimeDataConverter/tree/sublimetext3"
} }
] ]
}, },
......
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