refactor(repository): update repo URL to private instance

Switched the repository URL in package.json from a public GitHub link to
a private Git server. This change enhances project security by moving to
a controlled, private repository and ensures that only authorized
contributors have access to the project's source code.
This commit is contained in:
Kumi 2024-03-27 19:31:53 +01:00
parent 9db44c0126
commit eccccfe620
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jesstelford/aframe-click-drag-component.git" "url": "git+https://git.private.coffee/kumi/aframe-click-drag-component/"
}, },
"keywords": [ "keywords": [
"aframe", "aframe",