Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Li committed Nov 1, 2016
1 parent 9d4a4c1 commit 605963b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vs-color-picker",
"displayName": "VS Color Picker",
"description": "A tiny & smart color picker for web developer.",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "lihui",
"engines": {
"vscode": "^1.5.0"
Expand All @@ -14,12 +14,14 @@
"*"
],
"main": "./out/src/extension",
"contributes": {
"commands": [{
"command": "extension.vs-color-picker",
"title": "VS Color Picker"
}]
},
"contributes": {
"commands": [
{
"command": "extension.vs-color-picker",
"title": "VS Color Picker"
}
]
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -p ./",
Expand Down

0 comments on commit 605963b

Please sign in to comment.