simple-merge-class-names 5.0.3 → 5.0.5

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 +5 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
4
4
 
5
5
  ## Table of Contents
6
6
 
7
- - [Support Palestine](#support-palestine)
7
+ - [We Stand with Palestine](#we-stand-with-palestine)
8
8
  - [Production Considerations](#production-considerations)
9
9
  - [Installation](#installation)
10
10
  - [Install Prettier With VSCode (Most Recommended)](#install-prettier-with-vscode-most-recommended)
@@ -24,19 +24,13 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
24
24
  - [Where This Package Excels](#where-this-package-excels)
25
25
  - [License](#license)
26
26
 
27
- ## Support Palestine
27
+ ## We Stand with Palestine <img src="https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/ps.svg" alt="Flag of Palestine" height="11" />
28
28
 
29
- We Stand with Palestine <img
30
- src="https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/ps.svg"
31
- alt="Flag of Palestine"
32
- height="10"
33
- />
29
+ - [Donate](https://gazafunds.com/)
34
30
 
35
- [Donate](https://gazafunds.com/)
31
+ - [Boycott Brands Supporting Genocide](https://www.uplift.ie/bds/)
36
32
 
37
- [Boycott Brands Supporting Genocide](https://www.uplift.ie/bds/)
38
-
39
- [Legal Action](https://www.hindrajabfoundation.org/perpetrators)
33
+ - [Legal Action](https://www.hindrajabfoundation.org/perpetrators)
40
34
 
41
35
  ## Production Considerations
42
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-merge-class-names",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "A straightforward utility for merging CSS class names in React + Tailwind and JavaScript projects.",
5
5
  "exports": {
6
6
  ".": {