Skip to content

Commit ab2f64d

Browse files
committed
chore: rename package to bunvm and update metadata
1 parent f3ba81c commit ab2f64d

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bvm",
2+
"name": "bunvm",
33
"version": "1.0.0",
44
"description": "Bun Version Manager - Switch between different versions of Bun easily",
55
"bin": {
@@ -29,8 +29,19 @@
2929
"typescript",
3030
"nodejs"
3131
],
32-
"author": "",
33-
"license": "ISC",
32+
"author": "Tarun Joshi",
33+
"license": "MIT",
34+
"homepage": "https://github.com/MrHacker26/bvm#readme",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/MrHacker26/bvm.git"
38+
},
39+
"bugs": {
40+
"url": "https://github.com/MrHacker26/bvm/issues"
41+
},
42+
"files": [
43+
"dist"
44+
],
3445
"packageManager": "pnpm@10.11.0",
3546
"dependencies": {
3647
"axios": "^1.9.0",

0 commit comments

Comments
 (0)