Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theBGuy committed Mar 3, 2025
1 parent 60aa1b4 commit 9f8d05e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

24 changes: 20 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
"name": "pkguninstaller",
"displayName": "Pkg-Uninstaller",
"description": "Quickly uninstall packages from your package.json using the context menu.",
"version": "0.0.5",
"version": "0.0.6",
"engines": {
"vscode": "^1.96.0"
},
"categories": ["Programming Languages", "Linters"],
"activationEvents": ["onLanguage:json", "onStartupFinished"],
"categories": [
"Programming Languages",
"Linters"
],
"activationEvents": [
"onLanguage:json",
"onStartupFinished"
],
"main": "./dist/extension.js",
"contributes": {
"menus": {
Expand Down Expand Up @@ -76,7 +82,17 @@
"release-it": "^17.11.0",
"typescript": "^5.7.2"
},
"keywords": ["uninstall", "npm", "packages", "yarn", "pnpm", "bun", "package.json", "dependencies", "utility"],
"keywords": [
"uninstall",
"npm",
"packages",
"yarn",
"pnpm",
"bun",
"package.json",
"dependencies",
"utility"
],
"repository": {
"type": "git",
"url": "https://github.com/theBGuy/vs-pkg-uninstaller"
Expand Down

0 comments on commit 9f8d05e

Please sign in to comment.