From 2c5c45b83faa60dd399f4c9f9bcbcab5c6c1b4ee Mon Sep 17 00:00:00 2001
From: btopro <btopro@outlook.com>
Date: Tue, 6 Aug 2019 09:37:07 -0400
Subject: [PATCH] build

---
 CopyThisStuff/build.js     | 3 ++-
 CopyThisStuff/package.json | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CopyThisStuff/build.js b/CopyThisStuff/build.js
index a7e8501..4d5c35f 100644
--- a/CopyThisStuff/build.js
+++ b/CopyThisStuff/build.js
@@ -5,4 +5,5 @@ import "@lrnwebcomponents/h-a-x/h-a-x.js";
 import "@lrnwebcomponents/hax-body/hax-body.js";
 import "@lrnwebcomponents/hax-body-behaviors/hax-body-behaviors.js";
 // common in CMSs
-import "@lrnwebcomponents/cms-hax/cms-hax.js";
\ No newline at end of file
+import "@lrnwebcomponents/cms-hax/cms-hax.js";
+import "@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js";
\ No newline at end of file
diff --git a/CopyThisStuff/package.json b/CopyThisStuff/package.json
index c23670f..0b21120 100644
--- a/CopyThisStuff/package.json
+++ b/CopyThisStuff/package.json
@@ -11,6 +11,7 @@
     "@lrnwebcomponents/a11y-gif-player": "^2.1.2",
     "@lrnwebcomponents/accent-card": "^2.1.2",
     "@lrnwebcomponents/citation-element": "^2.1.2",
+    "@lrnwebcomponents/cms-hax": "^2.1.3",
     "@lrnwebcomponents/grid-plate": "^2.1.2",
     "@lrnwebcomponents/h-a-x": "^2.1.3",
     "@lrnwebcomponents/hero-banner": "^2.1.2",
@@ -41,6 +42,7 @@
     "@lrnwebcomponents/video-player": "^2.1.3",
     "@lrnwebcomponents/wave-player": "^2.1.2",
     "@lrnwebcomponents/wikipedia-query": "^2.1.2",
+    "@lrnwebcomponents/wysiwyg-hax": "^2.1.3",
     "@webcomponents/webcomponentsjs": "2.2.1",
     "web-animations-js": "2.3.1"
   },
-- 
GitLab