Skip to content

Commit

Permalink
fix: clean icon and preview images
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Apr 15, 2022
1 parent ef2e76f commit 5a660ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
*-error.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">An official CodeSandbox theme for Visual Studio Code.</p>
</div>

<img src="./media/preview.png?v=3" alt="Theme preview in Visual Studio Code" />
<img src="./media/preview.png" alt="Theme preview in Visual Studio Code" />

## Install

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codesandbox-theme",
"displayName": "CodeSandbox Theme",
"description": "A CodeSandbox theme for Visual Studio Code",
"version": "1.0.0",
"version": "1.2.0",
"publisher": "CodeSandbox-io",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"name": "CodeSandbox",
"url": "https://codesandbox.io"
},
"icon": "./media/icon.png",
"icon": "media/icon.png",
"categories": [
"Themes"
],
Expand All @@ -30,7 +30,7 @@
]
},
"engines": {
"vscode": "^1.17.0"
"vscode": "^1.45.0"
},
"keywords": [
"Theme",
Expand Down

0 comments on commit 5a660ee

Please sign in to comment.