We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2ef31 commit 6863c68Copy full SHA for 6863c68
src/schema.json
@@ -34,10 +34,10 @@
34
}
35
36
},
37
- "single-bundle": {
+ "singleBundle": {
38
"type": "boolean"
39
40
- "omit-hash": {
+ "omitHash": {
41
42
43
"bundles": {
@@ -469,11 +469,11 @@
469
"f": {
470
"$ref": "#/definitions/features"
471
472
473
- "$ref": "#/definitions/single-bundle"
+ "$ref": "#/definitions/singleBundle"
474
475
476
- "$ref": "#/definitions/omit-hash"
+ "$ref": "#/definitions/omitHash"
477
478
479
"$ref": "#/definitions/bundles"
0 commit comments