Skip to content

Commit 6863c68

Browse files
authored
Align schema with usage for singleBundle and omitHash (#409)
1 parent fa2ef31 commit 6863c68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
}
3535
}
3636
},
37-
"single-bundle": {
37+
"singleBundle": {
3838
"type": "boolean"
3939
},
40-
"omit-hash": {
40+
"omitHash": {
4141
"type": "boolean"
4242
},
4343
"bundles": {
@@ -469,11 +469,11 @@
469469
"f": {
470470
"$ref": "#/definitions/features"
471471
},
472-
"single-bundle": {
473-
"$ref": "#/definitions/single-bundle"
472+
"singleBundle": {
473+
"$ref": "#/definitions/singleBundle"
474474
},
475-
"omit-hash": {
476-
"$ref": "#/definitions/omit-hash"
475+
"omitHash": {
476+
"$ref": "#/definitions/omitHash"
477477
},
478478
"bundles": {
479479
"$ref": "#/definitions/bundles"

0 commit comments

Comments
 (0)