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