From b13897f95a43d447f3757d1a01671b73470a7ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Fri, 9 Dec 2016 00:48:09 +0100 Subject: [PATCH] Update package.json with a compatible engine (#51) VSCode supports the `^1.7.0` syntax, not the `1.7.x` one. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f640b17..37916cc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.6", "publisher": "k--kato", "engines": { - "vscode": "1.7.x" + "vscode": "^1.7.0" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings", @@ -1368,4 +1368,4 @@ } ] } -} \ No newline at end of file +}