Skip to content

Commit

Permalink
🚀 RELEASE: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 28, 2018
1 parent b0ec4d9 commit 7535adf
Showing 1 changed file with 44 additions and 37 deletions.
81 changes: 44 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,45 @@
{
"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.0",
"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": "#1F1F41",
"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.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": "#1F1F41",
"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"
}
}

0 comments on commit 7535adf

Please sign in to comment.