diff --git a/CopyThisStuff/build.js b/CopyThisStuff/build.js index a7e85011316301f6992cfe9f6108ad5e2b0088e4..4d5c35fd310cac55bb0bdc40d5b12632a039f735 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 c23670f29f517973f83d4d3216bcc6bb18d7a048..0b21120d991cf9cbdde91b6a5c398476ed7e6d72 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" },