From 8089e739dc099de3aa05df66902a0dece02ea091 Mon Sep 17 00:00:00 2001 From: Ken Crawford Date: Mon, 29 Oct 2018 15:58:05 -0400 Subject: [PATCH] Add comma to fix package.json --- Chapter11/WalkInAMaze/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter11/WalkInAMaze/package.json b/Chapter11/WalkInAMaze/package.json index e00a66a..100959f 100644 --- a/Chapter11/WalkInAMaze/package.json +++ b/Chapter11/WalkInAMaze/package.json @@ -18,7 +18,7 @@ "react-vr-gaze-button": "^0.1.4", "react-vr-web": "^2.0.0", "simple-raycaster": "^1.0.1", - "three": "^0.87.1" + "three": "^0.87.1", "three-gltf2-loader": "=1.1.0 || > 1.2.1" },