Skip to content

Commit 22f5a6b

Browse files
committed
chore: address feedback
1 parent f457dc7 commit 22f5a6b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,15 @@
219219
}
220220
},
221221
"apiVersionMetadata": {
222-
"comment1": "Refer to ApiVersionMetadata in orgUtils.ts for more details.",
223-
"comment2": "target section defines the dev server version (matchingDevServerVersion) and the API version that it can support (versionNumber).",
222+
"x-apiVersionMetadata-comments": [
223+
"Refer to ApiVersionMetadata in orgUtils.ts for more details.",
224+
"The 'target' section defines the dev server version (matchingDevServerVersion) and the API version that it can support (versionNumber).",
225+
"The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
226+
],
224227
"target": {
225228
"versionNumber": "64.0",
226229
"matchingDevServerVersion": "~11.5.0"
227230
},
228-
"comment3": "versionToTagMappings section defines the mapping between released tags for our CLI plugin and the org version that each tag supports.",
229231
"versionToTagMappings": [
230232
{
231233
"versionNumber": "62.0",

0 commit comments

Comments
 (0)