feat: update package for major release and

ownership transfer

Bumped the version to 4.0.0 to signify a major update, reflecting
potentially breaking changes or significant feature additions.
Transitioned ownership details, including author, issue tracking URLs,
and project homepage to a new maintainer, Kumi. This shift indicates a
formal handover in project stewardship, ensuring continued support and
development under new management.
This commit is contained in:
Kumi 2024-03-27 18:59:45 +01:00
parent 9e139d0de4
commit 9db44c0126
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,6 +1,6 @@
{
"name": "aframe-click-drag-component",
"version": "3.0.1",
"version": "4.0.0",
"description": "Click & Drag component for A-Frame.",
"main": "src/index.js",
"scripts": {
@ -19,12 +19,12 @@
"mozvr",
"webvr"
],
"author": "Jess Telford <hi@jes.st>",
"author": "Kumi <aframe-click-drag-component@kumi.email>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesstelford/aframe-click-drag-component/issues"
"url": "https://git.private.coffee/kumi/aframe-click-drag-component/issues"
},
"homepage": "https://github.com/jesstelford/aframe-click-drag-component#readme",
"homepage": "https://git.private.coffee/kumi/aframe-click-drag-component#readme",
"peerDependencies": {
"aframe": "^1.5.0"
},