Skip to content

Commit

Permalink
fix: add displayName and license to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Apr 15, 2022
1 parent 20c00f1 commit 517cb10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "codesandbox-theme",
"displayName": "CodeSandbox Theme",
"description": "A CodeSandbox theme for Visual Studio Code",
"version": "1.0.0",
"publisher": "CodeSandbox-io",
"license": "Apache-2.0",
"scripts": {
"release": "yes | vsce publish $BUMP --no-git-tag-version"
},
Expand All @@ -28,7 +30,7 @@
]
},
"engines": {
"vscode": "^1.22.0"
"vscode": "^1.17.0"
},
"galleryBanner": {
"color": "#000000",
Expand Down

0 comments on commit 517cb10

Please sign in to comment.