From 244eda2038c430a722e1605aa04b67e5cc2f0f1d Mon Sep 17 00:00:00 2001 From: Luisav1 Date: Fri, 11 Aug 2023 13:41:52 -0600 Subject: [PATCH] Remove dependencies not used by the sim. See https://github.com/phetsims/build-a-nucleus/issues/112. --- build-a-nucleus_en.html | 5 ----- package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/build-a-nucleus_en.html b/build-a-nucleus_en.html index ad89f6f..7fb3895 100644 --- a/build-a-nucleus_en.html +++ b/build-a-nucleus_en.html @@ -35,7 +35,6 @@ "requirejsNamespace": "BUILD_A_NUCLEUS", "phetLibs": [ "bamboo", - "build-an-atom", "shred", "twixt" ], @@ -69,10 +68,6 @@ "repo": "build-a-nucleus", "requirejsNamespace": "BUILD_A_NUCLEUS" }, - { - "repo": "build-an-atom", - "requirejsNamespace": "BUILD_AN_ATOM" - }, { "repo": "joist", "requirejsNamespace": "JOIST" diff --git a/package.json b/package.json index ac8ab0a..5648c02 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "requirejsNamespace": "BUILD_A_NUCLEUS", "phetLibs": [ "bamboo", - "build-an-atom", "shred", "twixt" ],