diff --git a/package-lock.json b/package-lock.json index c3ae893..d0c5fd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alloglot", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alloglot", - "version": "2.5.1", + "version": "2.6.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "strip-ansi": "^7.1.0", diff --git a/package.json b/package.json index 1c8892b..a4aaa9e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alloglot", "displayName": "Alloglot", "description": "Language agnostic IDE for VS Code", - "version": "2.5.1", + "version": "2.6.0", "publisher": "friedbrice", "license": "SEE LICENSE IN LICENSE.md", "repository": { @@ -55,14 +55,14 @@ "default": null }, "alloglot.deactivateCommand": { - "type":"string", + "type": "string", "description": "A shell command to run on deactivation.", - "default":null + "default": null }, "alloglot.verboseOutput": { - "type":"boolean", + "type": "boolean", "description": "If `true`, Alloglot will log more output.", - "default":null + "default": null }, "alloglot.languages": { "type": "array",