diff --git a/package.json b/package.json index 8532231..7bf7c80 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,15 @@ "name": "vsc-adda", "displayName": "Adda", "description": "Track the number of checked-in visitors at Adda Hälsoperspektiv AB.", - "version": "1.0.2", + "version": "1.0.3", "publisher": "oaklake89", "repository": { "type": "git", "url": "https://git.kvarnarp.se/vscode/vsc-adda.git" }, - "extensionKind": ["ui"], + "extensionKind": [ + "ui" + ], "icon": "assets/adda-128x128.png", "preview": true, "engines": { @@ -52,7 +54,7 @@ "overrides": { "diff": "^8.0.4", "serialize-javascript": "^7.0.5" - }, + }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "22.x",