moderndash 0.1.2 → 0.1.4
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 +2 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,12 +9,9 @@
|
|
|
9
9
|
✅ ESM
|
|
10
10
|
✅ Tree-shakable
|
|
11
11
|
✅ Typescript Strict Mode (no any)
|
|
12
|
-
</div>
|
|
13
|
-
|
|
14
|
-
<p align=center>
|
|
15
12
|
✅ Zero dependencies
|
|
16
13
|
✅ Hoverable Docs
|
|
17
|
-
</
|
|
14
|
+
</div>
|
|
18
15
|
|
|
19
16
|
<h3 align=center>
|
|
20
17
|
<a href="https://moderndash.io" target="_blank">
|
|
@@ -35,4 +32,4 @@ npm install moderndash
|
|
|
35
32
|
|
|
36
33
|
## Why is X lodash function not included?
|
|
37
34
|
Please check [You-Dont-Need-Lodash](https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore) for native replacements.
|
|
38
|
-
If you still think a function is missing please open an issue.
|
|
35
|
+
If you still think a function is missing please open an issue.
|
package/package.json
CHANGED