Commit 4bd5f5c8 authored by Jake Champlin's avatar Jake Champlin

Further ST version Specification

Further ST version Specification, allowing for different repository to be used based on which ST version user is running.

Signed-off-by: "Jake Champlin" <jake.champlin.27@gmail.com
parent cf9187ba
......@@ -1129,9 +1129,14 @@
{
"name": "Print to HTML",
"details": "https://github.com/jchampy/sublimetext-print-to-html",
"labels": ["tasks","printing","utilities","utils","browser"],
"releases": [
{
"sublime_text": "*",
"sublime_text": "<3000",
"details": "https://github.com/joelpt/sublimetext-print-to-html/tree/master"
},
{
"sublime_text": ">=3000",
"details": "https://github.com/jchampy/sublimetext-print-to-html/tree/master"
}
]
......
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