Skip to content

Commit

Permalink
chore: remove vscodeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 16, 2024
1 parent 86130d4 commit d5c6eba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules/
*.vsix
8 changes: 0 additions & 8 deletions .vscodeignore

This file was deleted.

File renamed without changes.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
},
"icon": "icon.png",
"files": [
"extra",
"themes"
"LICENSE.md",
"extra/*",
"icon.png",
"themes/*"
],
"engines": {
"vscode": "^1.43.0"
Expand Down Expand Up @@ -68,7 +70,8 @@
"vscode:prepublish": "npm run build",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"release": "bumpp --all && vsce publish --no-dependencies"
"release": "bumpp --all && vsce publish --no-dependencies",
"pack": "vsce pack --no-dependencies"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.2",
Expand Down

0 comments on commit d5c6eba

Please sign in to comment.