Skip to content

Commit 00fd8a5

Browse files
committed
Upgraded to schema_version 3.0.0 - break all the PRs!
1 parent 16b20ff commit 00fd8a5

31 files changed

+3039
-3165
lines changed

channel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schema_version": "2.0",
2+
"schema_version": "3.0.0",
33
"repositories": [
44
"./repository.json",
55
"https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json",

repository.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"schema_version": "2.0",
2+
"schema_version": "3.0.0",
33
"packages": [],
4+
"dependencies": [],
45
"includes": [
56
"./repository/0-9.json",
67
"./repository/a.json",
@@ -28,6 +29,7 @@
2829
"./repository/w.json",
2930
"./repository/x.json",
3031
"./repository/y.json",
31-
"./repository/z.json"
32+
"./repository/z.json",
33+
"./repository/dependencies.json"
3234
]
3335
}

repository/0-9.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"schema_version": "2.0",
2+
"schema_version": "3.0.0",
33
"packages": [
44
{
55
"name": "2pdf",
66
"details": "https://github.com/fraoustin/Sublime2pdf",
77
"releases": [
88
{
99
"sublime_text": "<3000",
10-
"details": "https://github.com/fraoustin/Sublime2pdf/tree/master"
10+
"branch": "master"
1111
}
1212
]
1313
},
@@ -18,7 +18,7 @@
1818
"releases": [
1919
{
2020
"sublime_text": "*",
21-
"details": "https://github.com/idleberg/3024.tmTheme/tree/master"
21+
"branch": "master"
2222
}
2323
]
2424
},
@@ -28,7 +28,7 @@
2828
"releases": [
2929
{
3030
"sublime_text": ">=3000",
31-
"details": "https://github.com/Globicodeur/Sublime-Text-42-Headers/tags"
31+
"tags": true
3232
}
3333
]
3434
},
@@ -39,7 +39,7 @@
3939
"releases": [
4040
{
4141
"sublime_text": "*",
42-
"details": "https://github.com/skarcha/SublimeText2-4GL/tree/master"
42+
"branch": "master"
4343
}
4444
]
4545
}

0 commit comments

Comments
 (0)