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", "name": "strawberry",
"displayName": "Strawberry", "displayName": "Strawberry",
"description": "A Theme with a focus on intensive strawberry red", "description": "A Theme with a focus on intensive strawberry red",
"version": "0.0.1", "publisher": "Surferlul",
"version": "1.0.0",
"engines": { "engines": {
"vscode": "^1.57.0" "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": [ "categories": [
"Themes" "Themes"
], ],