Skip to content

Commit 2098ef9

Browse files
committed
fix: "npm auto-corrected some errors in your package.json"
1 parent 71c7329 commit 2098ef9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"type": "commonjs",
77
"types": "dist/index.d.ts",
88
"homepage": "https://vrchat.community/javascript",
9-
"repository": "vrchatapi/vrchatapi-javascript",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/vrchatapi/vrchatapi-javascript.git"
12+
},
1013
"bugs": {
1114
"url": "https://github.com/vrchatapi/vrchatapi-javascript/issues"
1215
},

0 commit comments

Comments
 (0)