From 28a931da04aed6c77b245429be39d31567cd28a0 Mon Sep 17 00:00:00 2001 From: Antonio Pisano Date: Sun, 28 Apr 2024 01:13:23 +0200 Subject: [PATCH] Update three-to-ammo dependency to new c-frame fork See https://github.com/c-frame/aframe-physics-system/issues/59 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c70eaa2..af79b36 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "ammo-debug-drawer": "^0.1.0", "cannon-es": "^0.9.1", "patch-package": "^6.5.0", - "three-to-ammo": "^1.0.1", + "@c-frame/three-to-ammo": "^1.0.2", "three-to-cannon": "^4.0.0", "webworkify": "^1.4.0" },