From 0a4e0dfd701388f994f6b962d70dfbfcaee7feb8 Mon Sep 17 00:00:00 2001 From: Marshall Quander <marshall@quander.me> Date: Thu, 26 Jul 2018 13:29:33 -0700 Subject: [PATCH] Specify three-to-cannon 1.3.0 exactly Future versions have a bug which is awkward to work around; for now, make sure we don't accidentally upgrade. See https://github.com/donmccurdy/three-to-cannon/issues/13. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cd9a0e6c0..3b659c8c6 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "react-intl": "^2.4.0", "screenfull": "^3.3.2", "super-hands": "github:mozillareality/aframe-super-hands-component#f8f9781d8b4c487bb544b3986000e85ed5f82fcc", + "three-to-cannon": "1.3.0", "uuid": "^3.2.1", "webrtc-adapter": "^6.0.2" }, -- GitLab