Skip to content

Commit

Permalink
🦄 Release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 23, 2018
1 parent 13213f3 commit 2b175d9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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.16.0",
"version": "1.15.0",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"
Expand All @@ -27,11 +27,13 @@
"cobalt 3"
],
"contributes": {
"themes": [{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
}]
"themes": [
{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
}
]
},
"devDependencies": {
"nodemon": "^1.17.4",
Expand Down

0 comments on commit 2b175d9

Please sign in to comment.