Release: 1.0.3
This commit is contained in:
+5
-3
@@ -2,13 +2,15 @@
|
|||||||
"name": "vsc-adda",
|
"name": "vsc-adda",
|
||||||
"displayName": "Adda",
|
"displayName": "Adda",
|
||||||
"description": "Track the number of checked-in visitors at Adda Hälsoperspektiv AB.",
|
"description": "Track the number of checked-in visitors at Adda Hälsoperspektiv AB.",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"publisher": "oaklake89",
|
"publisher": "oaklake89",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.kvarnarp.se/vscode/vsc-adda.git"
|
"url": "https://git.kvarnarp.se/vscode/vsc-adda.git"
|
||||||
},
|
},
|
||||||
"extensionKind": ["ui"],
|
"extensionKind": [
|
||||||
|
"ui"
|
||||||
|
],
|
||||||
"icon": "assets/adda-128x128.png",
|
"icon": "assets/adda-128x128.png",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
@@ -52,7 +54,7 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"diff": "^8.0.4",
|
"diff": "^8.0.4",
|
||||||
"serialize-javascript": "^7.0.5"
|
"serialize-javascript": "^7.0.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/node": "22.x",
|
"@types/node": "22.x",
|
||||||
|
|||||||
Reference in New Issue
Block a user