Skip to content

Commit 5d5985e

Browse files
committed
Update address to confirm with v4
Apologies if I've got this wrong, but I think that according to v4, dependencies should be a string array in this case.
1 parent 2161f40 commit 5d5985e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

address

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"required": ["locality", "region", "country-name"],
1414
"dependencies": {
15-
"post-office-box": "street-address",
16-
"extended-address": "street-address"
15+
"post-office-box": ["street-address"],
16+
"extended-address": ["street-address"]
1717
}
1818
}

0 commit comments

Comments
 (0)