Skip to content

Commit

Permalink
馃 Release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 29, 2018
1 parent ac98892 commit ae5e3d5
Showing 1 changed file with 44 additions and 36 deletions.
80 changes: 44 additions & 36 deletions package.json
@@ -1,38 +1,46 @@
{
"name": "shades-of-purple",
"displayName": "Shades of Purple",
"description":
"A professional theme with hand-picked & bold shades of purple 馃挏 to go along with your VS Code. A custom VS Code theme with style.",
"version": "1.0.1",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-vscode"
},
"galleryBanner": {
"color": "#2D2B57",
"theme": "dark"
},
"categories": ["Themes"],
"keywords": ["Shades of Purple", "Shade of Purple", "Cobalt", "VSCode Power User", "coblat 3"],
"contributes": {
"themes": [
{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
}
]
},
"devDependencies": {
"nodemon": "^1.14.12",
"vsce": "^1.36.2"
},
"scripts": {
"start": "nodemon --exec vsce package"
}
"name": "shades-of-purple",
"displayName": "Shades of Purple",
"description": "A professional theme with hand-picked & bold shades of purple 馃挏 to go along with your VS Code. A custom VS Code theme with style.",
"version": "1.0.2",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-vscode"
},
"galleryBanner": {
"color": "#2D2B57",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Shades of Purple",
"Shade of Purple",
"Cobalt",
"VSCode Power User",
"coblat 3"
],
"contributes": {
"themes": [
{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
}
]
},
"devDependencies": {
"nodemon": "^1.14.12",
"release-it": "^7.2.1",
"vsce": "^1.36.2"
},
"scripts": {
"start": "nodemon --exec vsce package"
}
}

0 comments on commit ae5e3d5

Please sign in to comment.