From df5caf0da9b98b62c233473430c72eb7607fe49f Mon Sep 17 00:00:00 2001 From: Kevin Lee <kevin@infinite-lee.com> Date: Wed, 30 May 2018 16:37:30 -0700 Subject: [PATCH] point to aframe-physics-system master now that the related PR is merged --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 096b55a05..31b51fffb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "aframe-input-mapping-component": "https://github.com/mozillareality/aframe-input-mapping-component#hubs/master", "aframe-motion-capture-components": "https://github.com/mozillareality/aframe-motion-capture-components#1ca616fa67b627e447b23b35a09da175d8387668", "aframe-physics-extras": "^0.1.3", - "aframe-physics-system": "github:infinitelee/aframe-physics-system#hubs/master", + "aframe-physics-system": "github:donmccurdy/aframe-physics-system", "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 9f1d228ef..8e858e79d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -178,9 +178,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@github:infinitelee/aframe-physics-system#hubs/master": - version "3.1.1" - resolved "https://codeload.github.com/infinitelee/aframe-physics-system/tar.gz/80a722ddc9496e4fc867fb3662f61b389d0fd4ca" +"aframe-physics-system@github:donmccurdy/aframe-physics-system": + version "3.1.2" + resolved "https://codeload.github.com/donmccurdy/aframe-physics-system/tar.gz/c142a301e3ce76f88bab817c89daa5b3d4d97815" dependencies: browserify "^14.3.0" budo "^10.0.3" -- GitLab