Skip to content

Commit

Permalink
feat: update new vsce convension
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2024
1 parent 6e9c505 commit 6c615b5
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 234 deletions.
5 changes: 0 additions & 5 deletions .vscodeignore

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ext-name

<a href="https://marketplace.visualstudio.com/items?itemName=antfu.ext-name" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/antfu.ext-name.svg?color=eee&amp;label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="Visual Studio Marketplace Version" /></a>
<a href="https://kermanx.github.io/reactive-vscode/" target="__blank"><img src="https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863" alt="Made with reacrive-vscode" /></a>
<a href="https://kermanx.github.io/reactive-vscode/" target="__blank"><img src="https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863" alt="Made with reactive-vscode" /></a>

## Sponsors

Expand All @@ -13,4 +13,4 @@

## License

[MIT](./LICENSE) License © 2022 [Anthony Fu](https://github.com/antfu)
[MIT](./LICENSE.md) License © 2022 [Anthony Fu](https://github.com/antfu)
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "ext-name",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand All @@ -26,7 +26,9 @@
"main": "./dist/index.js",
"icon": "res/icon.png",
"files": [
"dist"
"LICENSE.md",
"dist/*",
"res/*"
],
"engines": {
"vscode": "^1.92.0"
Expand Down Expand Up @@ -56,19 +58,19 @@
"release": "bumpp && nr publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@antfu/ni": "^0.22.1",
"@types/node": "^22.2.0",
"@antfu/eslint-config": "^2.25.2",
"@antfu/ni": "^0.22.4",
"@types/node": "^22.3.0",
"@types/vscode": "^1.92.0",
"@vscode/vsce": "^2.31.1",
"bumpp": "^9.5.0",
"@vscode/vsce": "^2.32.0",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"esno": "^4.7.0",
"pnpm": "^9.7.0",
"pnpm": "^9.7.1",
"reactive-vscode": "0.2.0-beta.9",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vitest": "^2.0.5",
"vscode-ext-gen": "^0.3.6"
}
Expand Down
Loading

0 comments on commit 6c615b5

Please sign in to comment.