editing of package.json

This commit is contained in:
Surferlul 2021-07-03 15:59:06 +02:00
parent 4edc35999b
commit 2450ce966c

View File

@ -2,10 +2,20 @@
"name": "strawberry",
"displayName": "Strawberry",
"description": "A Theme with a focus on intensive strawberry red",
"version": "0.0.1",
"publisher": "Surferlul",
"version": "1.0.0",
"engines": {
"vscode": "^1.57.0"
},
"author": {
"name": "Lukas Alexander Baumann",
"email": "lukasabaumann@gmail.com",
"url": "https://surferlul.github.io/"
},
"repository": {
"url": "https://github.com/Surferlul/VS_Code_Strawberry.git",
"type": "git"
},
"categories": [
"Themes"
],