@webqit/oohtml 3.0.1-8 → 3.0.1-9

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -627,7 +627,7 @@ While the `cool` reference remains bound to the `cool` *binding* on the `documen
627
627
  document.body.bindings.cool = '200%';
628
628
  ```
629
629
 
630
- <details>
630
+ </details>
631
631
 
632
632
  <details><summary>With SSR Support</summary>
633
633
 
@@ -734,7 +734,7 @@ While the `someColor` reference remains bound to the `someColor` *binding* on th
734
734
  document.body.bindings.someColor = 'brown';
735
735
  ```
736
736
 
737
- <details>
737
+ </details>
738
738
 
739
739
  <details><summary>All in realtime</summary>
740
740
 
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "3.0.1-8",
17
+ "version": "3.0.1-9",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",