moderndash 0.13.0 → 0.13.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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Optimized for modern browsers & developer experience.
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
|
-
<div align=center>
|
|
8
|
+
<div align=center class="space-y">
|
|
9
9
|
✅ ESM
|
|
10
10
|
✅ Tree-shakable
|
|
11
11
|
✅ Typescript Strict Mode (no any)<br>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
<p></p>
|
|
18
18
|
|
|
19
|
-
<div align=center>
|
|
19
|
+
<div align=center class="center">
|
|
20
20
|
<a href="https://bundlephobia.com/package/moderndash@0.11.1">
|
|
21
21
|
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/moderndash@latest?color=Green">
|
|
22
22
|
</a>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
</a>
|
|
30
30
|
</div>
|
|
31
31
|
|
|
32
|
-
<h3 align=center>
|
|
32
|
+
<h3 align=center class="hide-on-website">
|
|
33
33
|
<a href="https://moderndash.io" target="_blank">
|
|
34
34
|
📓 Documentation
|
|
35
35
|
</a>
|
package/package.json
CHANGED