From d412ccfcabda8f74d8b57a143d3262eb2f2c9bcd Mon Sep 17 00:00:00 2001 From: milan Date: Mon, 5 Dec 2022 18:13:00 +0100 Subject: [PATCH] fix package imports --- Assets/Desert/package.json | 5 +---- Assets/Engine/package.json | 5 +---- Assets/Portal/package.json | 4 +--- Assets/VR/package.json | 4 +--- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Assets/Desert/package.json b/Assets/Desert/package.json index 5b9a94a..35390f7 100644 --- a/Assets/Desert/package.json +++ b/Assets/Desert/package.json @@ -11,8 +11,5 @@ }, "hideInEditor": false, "keywords": ["vr", "virtual reality", "modular", "escape room"], - "dependencies": { - "wtf.milan.escape-room-engine": "0.0.1", - "com.dbrizov.naughtyattributes": "2.1.4" - } + "dependencies": {} } diff --git a/Assets/Engine/package.json b/Assets/Engine/package.json index 8dfc3f9..7af6ca0 100644 --- a/Assets/Engine/package.json +++ b/Assets/Engine/package.json @@ -11,8 +11,5 @@ }, "hideInEditor": false, "keywords": ["vr", "virtual reality", "modular", "escape room"], - "dependencies": { - "wtf.milan.escape-room-engine.portal": "0.0.1", - "com.dbrizov.naughtyattributes": "2.1.4" - } + "dependencies": {} } diff --git a/Assets/Portal/package.json b/Assets/Portal/package.json index 2cefe04..15187fb 100644 --- a/Assets/Portal/package.json +++ b/Assets/Portal/package.json @@ -11,7 +11,5 @@ }, "hideInEditor": false, "keywords": ["vr", "virtual reality", "modular", "escape room"], - "dependencies": { - "com.dbrizov.naughtyattributes": "2.1.4" - } + "dependencies": {} } diff --git a/Assets/VR/package.json b/Assets/VR/package.json index e3415c6..e104c40 100644 --- a/Assets/VR/package.json +++ b/Assets/VR/package.json @@ -11,7 +11,5 @@ }, "hideInEditor": false, "keywords": ["vr", "virtual reality", "modular", "escape room"], - "dependencies": { - "com.dbrizov.naughtyattributes": "2.1.4" - } + "dependencies": {} }