Add repository field to package.json for git install support

This commit is contained in:
BaekRyang 2025-11-04 10:21:07 +09:00
parent 6ddae08d86
commit d55e5c7bb7
2 changed files with 4 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -34,6 +34,10 @@
"tsup": "^8.5.0", "tsup": "^8.5.0",
"typescript": "^5.5.3" "typescript": "^5.5.3"
}, },
"repository": {
"type": "git",
"url": "https://git.bnovalab.com/baekryang/responsive-image-canvas.git"
},
"keywords": [ "keywords": [
"react", "react",
"three.js", "three.js",