moderndash 0.1.1 → 0.1.2

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,14 @@
4
4
  A Typescript-First utility library inspired by Lodash.
5
5
  Optimized for modern browsers, typescript & developer experience.
6
6
  </p>
7
- <p align=center>
7
+
8
+ <div align=center>
8
9
  ✅ ESM
9
10
  ✅ Tree-shakable
10
- ✅ Typescript Strict Mode (no any types)
11
+ ✅ Typescript Strict Mode (no any)
12
+ </div>
13
+
14
+ <p align=center>
11
15
  ✅ Zero dependencies
12
16
  ✅ Hoverable Docs
13
17
  </p>
package/package.json CHANGED
@@ -48,5 +48,5 @@
48
48
  "tsup": "6.5.0",
49
49
  "ctix": "1.8.1"
50
50
  },
51
- "version": "0.1.1"
51
+ "version": "0.1.2"
52
52
  }