We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cac49 commit 33dd374Copy full SHA for 33dd374
package.json
@@ -3,7 +3,7 @@
3
"name": "vscode-npmx",
4
"displayName": "npmx",
5
"type": "module",
6
- "version": "0.0.1",
+ "version": "0.1.0",
7
"packageManager": "pnpm@10.28.2",
8
"description": "A better browser for the npm registry",
9
"author": {
@@ -71,7 +71,7 @@
71
"vscode:prepublish": "npm run build",
72
"publish": "vsce publish --no-dependencies",
73
"package": "vsce package --no-dependencies",
74
- "release": "bumpp"
+ "release": "npx bumpp"
75
},
76
"nano-staged": {
77
"*": "eslint --fix"
0 commit comments