From 5c20226b59f18485d5339e9d75f07e8e2351aa67 Mon Sep 17 00:00:00 2001 From: ajuvercr Date: Mon, 24 Feb 2020 21:01:02 +0100 Subject: [PATCH] better deps --- etc/hlds/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/hlds/package.json b/etc/hlds/package.json index 6725b44..4708b30 100644 --- a/etc/hlds/package.json +++ b/etc/hlds/package.json @@ -4,9 +4,9 @@ "displayName": "Syntax highlighting for haldis (hlds) files.", "description": "hlds", "repository": "https://git.zeus.gent/midgard/haldis", - "version": "0.0.1", + "version": "0.0.2", "engines": { - "vscode": "^1.42.0" + "vscode": "^1.30.0" }, "categories": [ "Programming Languages" @@ -28,4 +28,4 @@ "injectTo": ["source.hlds"] }] } -} \ No newline at end of file +}