moderndash 0.7.3 → 0.7.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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <p align=center>
4
4
  A Typescript-First utility library inspired by Lodash.
5
- Optimized for modern browsers, typescript & developer experience.
5
+ Optimized for modern browsers & developer experience.
6
6
  </p>
7
7
 
8
8
  <div align=center>
package/package.json CHANGED
@@ -48,5 +48,5 @@
48
48
  "tsup": "6.5.0",
49
49
  "ctix": "1.8.2"
50
50
  },
51
- "version": "0.7.3"
51
+ "version": "0.7.4"
52
52
  }