From 09a69b3da1558fd5d0a925fa6106645af077cfa2 Mon Sep 17 00:00:00 2001 From: Kevin Lee <kevin@infinite-lee.com> Date: Thu, 3 May 2018 15:11:54 -0700 Subject: [PATCH] Fix for shape-component sometimes erroring. see: https://github.com/donmccurdy/aframe-physics-system/pull/94 and https://github.com/donmccurdy/aframe-physics-system/pull/95 --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 91d6afcaa..ba5fba2f0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "aframe-extras": "https://github.com/MozillaReality/aframe-extras#feature/precompute-nav-mesh", "aframe-input-mapping-component": "https://github.com/mozillareality/aframe-input-mapping-component#hubs/master", "aframe-physics-extras": "^0.1.3", - "aframe-physics-system": "^3.1.1", + "aframe-physics-system": "github:infinitelee/aframe-physics-system#hubs/master", "aframe-rounded": "^1.0.3", "aframe-slice9-component": "^1.0.0", "aframe-teleport-controls": "https://github.com/mozillareality/aframe-teleport-controls#hubs/master", diff --git a/yarn.lock b/yarn.lock index 40dadfe4e..eebe37134 100644 --- a/yarn.lock +++ b/yarn.lock @@ -174,9 +174,9 @@ aframe-physics-extras@^0.1.3: version "0.1.3" resolved "https://registry.yarnpkg.com/aframe-physics-extras/-/aframe-physics-extras-0.1.3.tgz#803e2164fb96c0a80f2d1a81458f3277f262b130" -aframe-physics-system@^3.1.1: +"aframe-physics-system@github:infinitelee/aframe-physics-system#hubs/master": version "3.1.1" - resolved "https://registry.yarnpkg.com/aframe-physics-system/-/aframe-physics-system-3.1.1.tgz#3e6c48f8ce63a1d356a7e302fed51c7b5ad23d22" + resolved "https://codeload.github.com/infinitelee/aframe-physics-system/tar.gz/80a722ddc9496e4fc867fb3662f61b389d0fd4ca" dependencies: browserify "^14.3.0" budo "^10.0.3" -- GitLab