Skip to content

Commit 33dd374

Browse files
committed
chore: release v0.1.0
1 parent c8cac49 commit 33dd374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "vscode-npmx",
44
"displayName": "npmx",
55
"type": "module",
6-
"version": "0.0.1",
6+
"version": "0.1.0",
77
"packageManager": "pnpm@10.28.2",
88
"description": "A better browser for the npm registry",
99
"author": {
@@ -71,7 +71,7 @@
7171
"vscode:prepublish": "npm run build",
7272
"publish": "vsce publish --no-dependencies",
7373
"package": "vsce package --no-dependencies",
74-
"release": "bumpp"
74+
"release": "npx bumpp"
7575
},
7676
"nano-staged": {
7777
"*": "eslint --fix"

0 commit comments

Comments
 (0)