Skip to content

Commit

Permalink
馃憣 IMPROVE: Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 31, 2018
1 parent 3eb8e00 commit 092e9fc
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
@@ -1,7 +1,8 @@
{
"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.",
"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.5.0",
"publisher": "ahmadawais",
"engines": {
Expand All @@ -16,16 +17,8 @@
"color": "#2D2B57",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Shades of Purple",
"Shade of Purple",
"Cobalt",
"VSCode Power User",
"coblat 3"
],
"categories": ["Themes"],
"keywords": ["Shades of Purple", "Shade of Purple", "Cobalt", "VSCode Power User", "coblat 3"],
"contributes": {
"themes": [
{
Expand All @@ -42,6 +35,6 @@
},
"scripts": {
"start": "nodemon --exec vsce package",
"release": "release-it"
"release": "release-it && vsce publish"
}
}

0 comments on commit 092e9fc

Please sign in to comment.