moderndash 0.1.3 → 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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,6 @@
9
9
  ✅ ESM
10
10
  ✅ Tree-shakable
11
11
  ✅ Typescript Strict Mode (no any)
12
- </div>
13
-
14
- <div align=center>
15
12
  ✅ Zero dependencies
16
13
  ✅ Hoverable Docs
17
14
  </div>
@@ -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
@@ -48,5 +48,5 @@
48
48
  "tsup": "6.5.0",
49
49
  "ctix": "1.8.1"
50
50
  },
51
- "version": "0.1.3"
51
+ "version": "0.1.4"
52
52
  }