Skip to content

Commit

Permalink
Upgraded to schema_version 3.0.0 - break all the PRs!
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Dec 10, 2014
1 parent 16b20ff commit 00fd8a5
Show file tree
Hide file tree
Showing 31 changed files with 3,039 additions and 3,165 deletions.
2 changes: 1 addition & 1 deletion channel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"repositories": [
"./repository.json",
"https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json",
Expand Down
6 changes: 4 additions & 2 deletions repository.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"packages": [],
"dependencies": [],
"includes": [
"./repository/0-9.json",
"./repository/a.json",
Expand Down Expand Up @@ -28,6 +29,7 @@
"./repository/w.json",
"./repository/x.json",
"./repository/y.json",
"./repository/z.json"
"./repository/z.json",
"./repository/dependencies.json"
]
}
10 changes: 5 additions & 5 deletions repository/0-9.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"packages": [
{
"name": "2pdf",
"details": "https://github.com/fraoustin/Sublime2pdf",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/fraoustin/Sublime2pdf/tree/master"
"branch": "master"
}
]
},
Expand All @@ -18,7 +18,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/idleberg/3024.tmTheme/tree/master"
"branch": "master"
}
]
},
Expand All @@ -28,7 +28,7 @@
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/Globicodeur/Sublime-Text-42-Headers/tags"
"tags": true
}
]
},
Expand All @@ -39,7 +39,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/skarcha/SublimeText2-4GL/tree/master"
"branch": "master"
}
]
}
Expand Down
Loading

0 comments on commit 00fd8a5

Please sign in to comment.