@dualbox/editor 1.0.25 → 1.0.26

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/html/editor.html CHANGED
@@ -25,8 +25,7 @@
25
25
  <script src="../lib/fuse.min.js"></script>
26
26
 
27
27
  <!-- Bootstrap-select -->
28
- <link rel="stylesheet"
29
- href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.10/dist/css/bootstrap-select.min.css">
28
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.10/dist/css/bootstrap-select.min.css">
30
29
  <script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.10/dist/js/bootstrap-select.min.js"></script>
31
30
 
32
31
  <!-- Vue.js -->
@@ -155,4 +154,4 @@
155
154
  </script>
156
155
  </body>
157
156
 
158
- </html>
157
+ </html>