From c768e3a7a9b7918159482a8ebd3ed1ddc060dc16 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Thu, 15 Feb 2018 01:25:04 +0000 Subject: [PATCH] use aframe-xr with updated three.xr.js that fixes AR support detection --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6eb52bc6c..a3967f0f3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "aframe-extras": "^3.12.4", "aframe-input-mapping-component": "https://github.com/johnshaughnessy/aframe-input-mapping-component#23e2855", "aframe-teleport-controls": "https://github.com/netpro2k/aframe-teleport-controls#feature/teleport-origin", - "aframe-xr": "github:brianpeiris/aframe-xr#1d514f0", + "aframe-xr": "github:brianpeiris/aframe-xr#3162aed", "extract-text-webpack-plugin": "^3.0.2", "material-design-lite": "^1.3.0", "minijanus": "^0.1.6", diff --git a/yarn.lock b/yarn.lock index 02c174e23..fbff8dc13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -78,9 +78,9 @@ aframe-template-component@3.2.1: dependencies: es6-template-strings "^2.0.0" -"aframe-xr@github:brianpeiris/aframe-xr#1d514f0": +"aframe-xr@github:brianpeiris/aframe-xr#3162aed": version "0.0.9" - resolved "https://codeload.github.com/brianpeiris/aframe-xr/tar.gz/1d514f00d605f54e4e1fbe961d8e0cc0eee81518" + resolved "https://codeload.github.com/brianpeiris/aframe-xr/tar.gz/3162aed9f054b5a604e46a74a4f8599d4ac2ad58" after@0.8.2: version "0.8.2" -- GitLab