Skip to content

Commit 9a61bfd

Browse files
committed
Bump
1 parent d75851d commit 9a61bfd

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vscode-theme",
33
"displayName": "Bootstrap Theme",
44
"description": "Bootstrap theme for Shiki, VS Code, and more",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "bootstrap",
77
"icon": "icon.png",
88
"galleryBanner": {
@@ -58,8 +58,15 @@
5858
"build": "ts-node src/build.ts",
5959
"test": "npm run build && ts-node src/test.ts",
6060
"start": "nodemon --watch src --ext ts --exec npm run build",
61-
"package": "vsce package"
61+
"package": "vsce package",
62+
"prepublishOnly": "npm run build"
6263
},
64+
"files": [
65+
"themes/",
66+
"icon.png",
67+
"README.md",
68+
"LICENSE.md"
69+
],
6370
"devDependencies": {
6471
"nodemon": "^3.1.7",
6572
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)