Skip to content

Commit 28fc5ae

Browse files
jborean93Copilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 8883a7f commit 28fc5ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@
611611
"type": "string",
612612
"description": "The remote root to map."
613613
}
614-
}
614+
},
615+
"required": ["localRoot", "remoteRoot"]
615616
},
616617
"default": []
617618
}
@@ -678,7 +679,8 @@
678679
"type": "string",
679680
"description": "The remote root to map."
680681
}
681-
}
682+
},
683+
"required": ["localRoot", "remoteRoot"]
682684
},
683685
"default": []
684686
}

0 commit comments

Comments
 (0)