@jsenv/core 29.3.0 → 29.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/js/ribbon.js CHANGED
@@ -42,7 +42,7 @@ const injectRibbon = ({
42
42
  const html = /* html */`<div id="jsenv_ribbon_container">
43
43
  <style>${css}</style>
44
44
  <div id="jsenv_ribbon">
45
- <div id="jsenv_ribbon_text">${text}</span>
45
+ <div id="jsenv_ribbon_text">${text}</div>
46
46
  </div>
47
47
  </div>`;
48
48
  const node = document.createElement("div");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "29.3.0",
3
+ "version": "29.3.1",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -41,7 +41,7 @@ export const injectRibbon = ({ text }) => {
41
41
  const html = /* html */ `<div id="jsenv_ribbon_container">
42
42
  <style>${css}</style>
43
43
  <div id="jsenv_ribbon">
44
- <div id="jsenv_ribbon_text">${text}</span>
44
+ <div id="jsenv_ribbon_text">${text}</div>
45
45
  </div>
46
46
  </div>`
47
47