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:
parent
9db44c0126
commit
eccccfe620
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue