From 46316f8ad82821ea2f359c8edc249a7e95b9495a Mon Sep 17 00:00:00 2001 From: joni <johnfshaughnessy@gmail.com> Date: Wed, 14 Mar 2018 17:12:03 -0700 Subject: [PATCH] update afim reference in package.json --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 28cd5607a..7309a9d77 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "aframe-billboard-component": "^1.0.0", "aframe-extras": "^3.12.4", - "aframe-input-mapping-component": "https://github.com/johnshaughnessy/aframe-input-mapping-component#c369fed", + "aframe-input-mapping-component": "https://github.com/johnshaughnessy/aframe-input-mapping-component#feature/map-to-array", "aframe-teleport-controls": "https://github.com/netpro2k/aframe-teleport-controls#feature/teleport-origin", "aframe-xr": "github:brianpeiris/aframe-xr#3162aed", "material-design-lite": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 063f702f2..7a240ecf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -51,9 +51,9 @@ aframe-extras@^3.12.4: aframe-physics-system "^1.4.3" three-pathfinding "^0.2.2" -"aframe-input-mapping-component@https://github.com/johnshaughnessy/aframe-input-mapping-component#c369fed": +"aframe-input-mapping-component@https://github.com/johnshaughnessy/aframe-input-mapping-component#feature/map-to-array": version "0.1.2" - resolved "https://github.com/johnshaughnessy/aframe-input-mapping-component#c369fed313a708fd1e78179cfc9d0ea64433e5f9" + resolved "https://github.com/johnshaughnessy/aframe-input-mapping-component#4c7e493ad6c4a25eef27d32551c94d8b78541191" aframe-lerp-component@^1.1.0: version "1.1.0" -- GitLab