From b4812d1cc37b1790bd972c67cbc26aa4e16bca8d Mon Sep 17 00:00:00 2001 From: towneh Date: Wed, 5 Jul 2023 22:52:50 +0100 Subject: [PATCH] Update package.json --- .../package.json | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/Packages/com.acchosen.vr-stage-lighting/package.json b/Packages/com.acchosen.vr-stage-lighting/package.json index 7603c0f..c94f085 100644 --- a/Packages/com.acchosen.vr-stage-lighting/package.json +++ b/Packages/com.acchosen.vr-stage-lighting/package.json @@ -1,17 +1,14 @@ { - "name": "com.acchosen.vr-stage-lighting", - "displayName": "VR Stage Lighting", - "version": "2.4.0", - "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.", - "gitDependencies": {}, - "vpmDependencies": { - "com.llealloo.audiolink": "0.3.2" + "name":"com.acchosen.vr-stage-lighting", + "displayName":"VR Stage Lighting", + "version":"2.4.0", + "description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.", + "gitDependencies":{}, + "vpmDependencies":{ + "com.llealloo.audiolink":">=0.3.1" }, - "legacyFolders": { - "Assets\\VR-Stage-Lighting": "" + "legacyFolders":{ + "Assets\\VR-Stage-Lighting":"" }, - "legacyFiles": {}, - "dependencies": { - "com.llealloo.audiolink": "0.3.2" - } + "legacyFiles":{}, }