simple-merge-class-names 5.0.6 → 5.0.7

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
@@ -80,7 +80,7 @@ const MyComponent = () => {
80
80
  };
81
81
  ```
82
82
 
83
- Or for debugging purposes to fix [console warnings](#console-warning):
83
+ Or for [debugging purposes to fix console warnings](#using-mergeclassnamesdebugger-and-the-built-in-browser-debugger-to-find-and-fix-warnings):
84
84
 
85
85
  - Open the _Browser's Developer Tools_ and
86
86
  - Use `mergeClassNamesDebugger`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-merge-class-names",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "A straightforward utility for merging CSS class names in React + Tailwind and JavaScript projects.",
5
5
  "exports": {
6
6
  ".": {