From 0ee69a954402b0fa7cc0ad71b4b79836dac33c5e Mon Sep 17 00:00:00 2001
From: joni <johnfshaughnessy@gmail.com>
Date: Mon, 23 Apr 2018 14:08:24 -0700
Subject: [PATCH] Fix nipple js error when pointer events are canceled.

---
 package.json | 2 +-
 yarn.lock    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index b406d749c..4d5065af6 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
     "moving-average": "^1.0.0",
     "naf-janus-adapter": "^0.6.0",
     "networked-aframe": "https://github.com/mozillareality/networked-aframe#mr-social-client/master",
-    "nipplejs": "^0.6.7",
+    "nipplejs": "https://github.com/mozillareality/nipplejs#mr-social-client/master",
     "phoenix": "^1.3.0",
     "query-string": "^5.0.1",
     "raven-js": "^3.20.1",
diff --git a/yarn.lock b/yarn.lock
index 1b58fdb1c..2be5a56ca 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5452,9 +5452,9 @@ neo-async@^2.5.0:
     socket.io "^1.4.5"
     socket.io-client "^1.4.5"
 
-nipplejs@^0.6.7:
+"nipplejs@https://github.com/mozillareality/nipplejs#mr-social-client/master":
   version "0.6.8"
-  resolved "https://registry.yarnpkg.com/nipplejs/-/nipplejs-0.6.8.tgz#5400ff464be15a6199be33b5854a19989d03fe99"
+  resolved "https://github.com/mozillareality/nipplejs#2ee0f479b66182aec2f338f2961f1eaeeccaeb1c"
 
 no-case@^2.2.0:
   version "2.3.2"
-- 
GitLab