Skip to content

Commit

Permalink
packaging update
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Apr 27, 2020
1 parent 4a7f8e2 commit 1826482
Showing 1 changed file with 34 additions and 29 deletions.
63 changes: 34 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
{
"name": "cerulean",
"displayName": "Cerulean",
"description": "a blue color theme",
"version": "0.1.1",
"license": "MIT",
"publisher": "OwenWilliams",
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Cerulean",
"uiTheme": "vs-dark",
"path": "./themes/Cerulean-color-theme.json"
}
]
},
"homepage": "https://github.com/ywwg/vscode-theme-cerulean",
"repository": {
"type": "git",
"url": "https://github.com/ywwg/vscode-theme-cerulean"
},
"bugs": {
"url": "https://github.com/ywwg/vscode-theme-cerulean/issues"
}
"name": "cerulean",
"displayName": "Cerulean",
"description": "a blue color theme",
"version": "0.1.1",
"license": "MIT",
"publisher": "OwenWilliams",
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Cerulean",
"uiTheme": "vs-dark",
"path": "./themes/Cerulean-color-theme.json"
}
]
},
"homepage": "https://github.com/ywwg/vscode-theme-cerulean",
"repository": {
"type": "git",
"url": "https://github.com/ywwg/vscode-theme-cerulean"
},
"bugs": {
"url": "https://github.com/ywwg/vscode-theme-cerulean/issues"
},
"__metadata": {
"id": "c05d7289-b970-4999-8c57-a1fcb916c69d",
"publisherDisplayName": "Owen Williams",
"publisherId": "833407cf-0ba0-4211-b4fd-213bb2d35070"
}
}

0 comments on commit 1826482

Please sign in to comment.