Skip to content

Commit

Permalink
Adds "author" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jan 29, 2021
1 parent 00a60be commit cac5da7
Showing 1 changed file with 50 additions and 46 deletions.
96 changes: 50 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,52 @@
{
"name": "nako",
"displayName": "Nako",
"description": "Elegant and contrast Visual Studio Code theme inspired by Vercel.",
"publisher": "kettanaito",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/kettanaito/vscode-nako-theme"
},
"scripts": {
"publish": "vsce publish"
},
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"icon": "nako-icon.png",
"galleryBanner": {
"color": "#161A1D",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"Light Theme",
"Contrast",
"Nako",
"ZEIT",
"Vercel"
],
"contributes": {
"themes": [
{
"label": "Nako",
"uiTheme": "vs-dark",
"path": "./themes/nako-dark-color-theme.json"
},
{
"label": "Nako Light",
"uiTheme": "vs",
"path": "./themes/nako-light-color-theme.json"
}
]
}
"name": "nako",
"displayName": "Nako",
"description": "Elegant and contrast Visual Studio Code theme inspired by Vercel.",
"author": {
"name": "Artem Zakharchenko",
"url": "https://github.com/kettanaito"
},
"publisher": "kettanaito",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/kettanaito/vscode-nako-theme"
},
"scripts": {
"publish": "vsce publish"
},
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"icon": "nako-icon.png",
"galleryBanner": {
"color": "#161A1D",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"Light Theme",
"Contrast",
"Nako",
"ZEIT",
"Vercel"
],
"contributes": {
"themes": [
{
"label": "Nako",
"uiTheme": "vs-dark",
"path": "./themes/nako-dark-color-theme.json"
},
{
"label": "Nako Light",
"uiTheme": "vs",
"path": "./themes/nako-light-color-theme.json"
}
]
}
}

0 comments on commit cac5da7

Please sign in to comment.