@react-email/tailwind 0.0.3 → 0.0.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/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-email/tailwind",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "A React component to wrap emails with Tailwind CSS",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "node": ">=16.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "tw-to-css": "0.0.5"
35
+ "tw-to-css": "0.0.9"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/react": "18.0.20",
package/readme.md CHANGED
@@ -29,7 +29,7 @@ npm install @react-email/tailwind -E
29
29
 
30
30
  ## Getting started
31
31
 
32
- Add the component to your email template. Include styles where needed.
32
+ Add the component around your email body content.
33
33
 
34
34
  ```jsx
35
35
  import { Button } from '@react-email/button';