From 03acf8062787218e455c156dd0939e5f0d431018 Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 21 Nov 2018 16:17:39 +0100 Subject: [PATCH] rename isOnlyDevelopmentDependency to developmentDependency --- .vscode/cgmanifest.schema.json | 2 +- test/cgmanifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/cgmanifest.schema.json b/.vscode/cgmanifest.schema.json index f5424e3b226..2e719b02396 100644 --- a/.vscode/cgmanifest.schema.json +++ b/.vscode/cgmanifest.schema.json @@ -120,7 +120,7 @@ "type": "string", "description": "The name of the license" }, - "isOnlyDevelopmentDependency": { + "developmentDependency": { "type": "boolean", "description": "This component is inlined in the vscode repo and **is not shipped**." }, diff --git a/test/cgmanifest.json b/test/cgmanifest.json index 49015f7cde5..41425880cca 100644 --- a/test/cgmanifest.json +++ b/test/cgmanifest.json @@ -34,7 +34,7 @@ "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." ], - "isOnlyDevelopmentDependency": true, + "developmentDependency": true, "license": "MIT", "version": "1.0.0" }