Skip to content

Commit

Permalink
chore: 删除不必要的依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
libondev committed Aug 12, 2024
1 parent 27ec7c6 commit 333342b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3,506 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ lib-cov
logs
node_modules
temp
pnpm-lock.yaml
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "debugger-for-console",
"displayName": "Debugger for Console",
"version": "0.14.4",
"packageManager": "pnpm@6.35.1",
"description": "Quickly create console debugging information for multiple languages.",
"author": "Libon <bon.li@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -191,24 +190,20 @@
"scripts": {
"dev": "tsup src/extension.ts --watch --external vscode",
"build": "npm run typecheck && tsup src/extension.ts --external vscode",
"vscode:prepublish": "nr build",
"pack": "vsce package --no-dependencies",
"vscode:prepublish": "npm run build",
"pack": "npx vsce package --no-dependencies",
"release": "bumpp --commit --push --tag",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext ts ",
"lint:fix": "eslint src --ext ts --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.5",
"@babel/types": "^7.22.5",
"@types/node": "^18.17.1",
"@types/vscode": "1.55.0",
"@vscode/vsce": "^2.19.0",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"pnpm": "^6.35.1",
"rimraf": "^3.0.2",
"tsup": "^7.1.0",
"typescript": "^4.9.5"
}
Expand Down
Loading

0 comments on commit 333342b

Please sign in to comment.