Commit 58929f81 authored by FichteFoll's avatar FichteFoll

Merge pull request #4419 from samsonw/master

Update Package SublimeTask: add support for both ST2 and ST3, update package info for package control
parents 1a8cb3fa b6eaecd3
...@@ -161,10 +161,15 @@ ...@@ -161,10 +161,15 @@
{ {
"name": "Task", "name": "Task",
"details": "https://github.com/samsonw/SublimeTask", "details": "https://github.com/samsonw/SublimeTask",
"labels": ["todo", "GTD", "tasks"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"branch": "master" "tags": "st2-"
},
{
"sublime_text": ">=3000",
"tags": "st3-"
} }
] ]
}, },
......
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