Commit 9539a54d authored by FichteFoll's avatar FichteFoll

Add missing "sublime_text" version selectors as we're enforcing them now

See wbond/sublime_package_control#604.
parent 749c2217
...@@ -308,6 +308,7 @@ ...@@ -308,6 +308,7 @@
"details": "https://github.com/ayamflow/AngularInject", "details": "https://github.com/ayamflow/AngularInject",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/ayamflow/AngularInject/tags" "details": "https://github.com/ayamflow/AngularInject/tags"
} }
] ]
...@@ -400,6 +401,7 @@ ...@@ -400,6 +401,7 @@
"labels": ["language syntax"], "labels": ["language syntax"],
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/glinmac/hive-sublime-text/tree/master" "details": "https://github.com/glinmac/hive-sublime-text/tree/master"
} }
] ]
...@@ -452,6 +454,7 @@ ...@@ -452,6 +454,7 @@
"labels": ["color scheme"], "labels": ["color scheme"],
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/manikrathee/appealr/tags" "details": "https://github.com/manikrathee/appealr/tags"
} }
] ]
......
...@@ -615,6 +615,7 @@ ...@@ -615,6 +615,7 @@
"details": "https://github.com/surjikal/sublime-coffee-compile", "details": "https://github.com/surjikal/sublime-coffee-compile",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/surjikal/sublime-coffee-compile/tree/master" "details": "https://github.com/surjikal/sublime-coffee-compile/tree/master"
} }
] ]
...@@ -819,6 +820,7 @@ ...@@ -819,6 +820,7 @@
"details": "https://github.com/joelcarlton/Sublime-CombineAndMinify", "details": "https://github.com/joelcarlton/Sublime-CombineAndMinify",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/joelcarlton/Sublime-CombineAndMinify/tags" "details": "https://github.com/joelcarlton/Sublime-CombineAndMinify/tags"
} }
] ]
...@@ -867,6 +869,7 @@ ...@@ -867,6 +869,7 @@
"details": "https://github.com/janraasch/sublimetext-commitment", "details": "https://github.com/janraasch/sublimetext-commitment",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/janraasch/sublimetext-commitment/tags" "details": "https://github.com/janraasch/sublimetext-commitment/tags"
} }
], ],
......
...@@ -287,9 +287,10 @@ ...@@ -287,9 +287,10 @@
"details": "https://github.com/bluegray/Highlighter", "details": "https://github.com/bluegray/Highlighter",
"labels": ["formatting"], "labels": ["formatting"],
"releases": [ "releases": [
{ {
"details": "https://github.com/bluegray/Highlighter/tags" "sublime_text": "*",
} "details": "https://github.com/bluegray/Highlighter/tags"
}
], ],
"previous_names": ["Highlight-Mixed-Whitespace" ] "previous_names": ["Highlight-Mixed-Whitespace" ]
}, },
......
...@@ -324,7 +324,7 @@ ...@@ -324,7 +324,7 @@
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"details": "https://github.com/guillermooo/mercurial/tags" "details": "https://github.com/guillermooo/mercurial/tags"
}, },
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
...@@ -351,6 +351,7 @@ ...@@ -351,6 +351,7 @@
"details": "https://github.com/pjdietz/sublime-merge-variables", "details": "https://github.com/pjdietz/sublime-merge-variables",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/pjdietz/sublime-merge-variables/tree/master" "details": "https://github.com/pjdietz/sublime-merge-variables/tree/master"
} }
] ]
...@@ -761,6 +762,7 @@ ...@@ -761,6 +762,7 @@
"details": "https://github.com/erikgassler/My-Snippets", "details": "https://github.com/erikgassler/My-Snippets",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/erikgassler/My-Snippets/tags" "details": "https://github.com/erikgassler/My-Snippets/tags"
} }
] ]
......
...@@ -836,6 +836,7 @@ ...@@ -836,6 +836,7 @@
"details": "https://github.com/smhg/sublime_propel", "details": "https://github.com/smhg/sublime_propel",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/smhg/sublime_propel/tags" "details": "https://github.com/smhg/sublime_propel/tags"
} }
] ]
......
...@@ -825,6 +825,7 @@ ...@@ -825,6 +825,7 @@
"details": "https://github.com/swartzrock/tully-sublime-schemes", "details": "https://github.com/swartzrock/tully-sublime-schemes",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/swartzrock/tully-sublime-schemes/tags" "details": "https://github.com/swartzrock/tully-sublime-schemes/tags"
} }
] ]
......
...@@ -249,10 +249,11 @@ ...@@ -249,10 +249,11 @@
"name": "Wordless", "name": "Wordless",
"details": "https://github.com/welaika/Sublime-Text-Wordless", "details": "https://github.com/welaika/Sublime-Text-Wordless",
"releases": [ "releases": [
{ {
"details": "https://github.com/welaika/Sublime-Text-Wordless/tags" "sublime_text": "*",
} "details": "https://github.com/welaika/Sublime-Text-Wordless/tags"
] }
]
}, },
{ {
"name": "Wordpress", "name": "Wordpress",
...@@ -299,6 +300,7 @@ ...@@ -299,6 +300,7 @@
"details": "https://github.com/jcartledge/sublime-worksheet", "details": "https://github.com/jcartledge/sublime-worksheet",
"releases": [ "releases": [
{ {
"sublime_text": "*",
"details": "https://github.com/jcartledge/sublime-worksheet/tags" "details": "https://github.com/jcartledge/sublime-worksheet/tags"
} }
] ]
......
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