From 17ae6354b1781991c7c801f90315bbfaacc0b117 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Thu, 10 Dec 2020 15:06:18 -0700 Subject: [PATCH] Dependency fix, see https://github.com/phetsims/chipper/issues/983 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 44a9717..6044993 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "grunt": "~1.1.0" }, "phet": { + "phetLibs": [ + "bamboo" + ], "requirejsNamespace": "GRIDDLE", "runnable": true, "generatedUnitTests": true,