Skip to content

Commit

Permalink
Code Light: Remove unnecessary files from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 13, 2024
1 parent 31ea213 commit e93e4ed
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 40 deletions.
4 changes: 4 additions & 0 deletions themes/VSCode/SquirrelsongDark/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.3

- Remove unnecessary files from the package.

## 3.0.2

- Revert recent find match background change because it obscures selection.
Expand Down
2 changes: 0 additions & 2 deletions themes/VSCode/SquirrelsongLight/.vscodeignore

This file was deleted.

71 changes: 36 additions & 35 deletions themes/VSCode/SquirrelsongLight/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions themes/VSCode/SquirrelsongLight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Theme-SquirrelsongLight",
"displayName": "Squirrelsong Light Theme",
"description": "Low-contrast light color theme",
"version": "3.2.11",
"version": "3.2.12",
"publisher": "sapegin",
"author": {
"name": "Artem Sapegin",
Expand Down Expand Up @@ -55,13 +55,14 @@
},
"files": [
"SquirrelsongLight.color-theme.json",
"images/icon.png"
"images/icon.png",
"License.md"
],
"scripts": {
"prepublish": "cd ../../../; node scripts/prepare-vscode.mjs",
"publish": "vsce publish"
},
"devDependencies": {
"@vscode/vsce": "^2.31.1"
"@vscode/vsce": "^3.1.0"
}
}

0 comments on commit e93e4ed

Please sign in to comment.