File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ Users will be able to configure how SwiftPM handles packages downloaded from a
256
256
registry. In the user-level ` registries.json ` file, which by default is located at
257
257
` ~/.swiftpm/configuration/registries.json ` , we will introduce a new ` security ` key:
258
258
259
- ``` json
259
+ ``` json5
260
260
{
261
261
" security" : {
262
262
" default" : {
@@ -511,7 +511,7 @@ described in this document.
511
511
If the package release is signed, the registry must include a ` signing ` JSON
512
512
object in the response:
513
513
514
- ``` json
514
+ ``` json5
515
515
{
516
516
" id" : " mona.LinkedList" ,
517
517
" version" : " 1.1.1" ,
@@ -675,7 +675,7 @@ direct and transitive dependencies across the ecosystem much faster than a
675
675
local-only TOFU without requiring a centralized database/service to vend
676
676
this information.
677
677
678
- ``` json
678
+ ``` json5
679
679
{
680
680
" pins" : [
681
681
{
You can’t perform that action at this time.
0 commit comments