From f54a75890ad2939e28065202117a1d272b28bbd7 Mon Sep 17 00:00:00 2001
From: Brian Peiris <brianpeiris@gmail.com>
Date: Fri, 28 Sep 2018 16:50:20 -0700
Subject: [PATCH] use hubs master

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

diff --git a/package-lock.json b/package-lock.json
index 46ebe5dc3..abb6c6a7c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12633,9 +12633,8 @@
       }
     },
     "three-pathfinding": {
-      "version": "0.9.0",
-      "resolved": "https://registry.npmjs.org/three-pathfinding/-/three-pathfinding-0.9.0.tgz",
-      "integrity": "sha512-BnHnAIWvPFxPa5e+i1yzTjo0zi5+wOBH+VpxOX+nojsYpz8Bq1C+rdWpgarYJQ7YBTEYXwaMqYooohEU4o7TUg=="
+      "version": "github:mozillareality/three-pathfinding#0531aaecca181b4be6d6de71003db39034e354f5",
+      "from": "github:mozillareality/three-pathfinding#hubs/master"
     },
     "three-to-cannon": {
       "version": "1.3.0",
diff --git a/package.json b/package.json
index 3abd032e2..656738f02 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
     "screenfull": "^3.3.2",
     "super-hands": "github:mozillareality/aframe-super-hands-component#feature/drawing",
     "three": "github:mozillareality/three.js#8b1886c384371c3e6305b757d1db7577c5201a9b",
-    "three-pathfinding": "^0.9.0",
+    "three-pathfinding": "github:mozillareality/three-pathfinding#hubs/master",
     "three-to-cannon": "1.3.0",
     "uuid": "^3.2.1",
     "webrtc-adapter": "^6.0.2"
-- 
GitLab