@react-email/components 0.0.12-canary.0 → 0.0.12

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 +13 -13
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-email/components",
3
- "version": "0.0.12-canary.0",
3
+ "version": "0.0.12",
4
4
  "description": "All react-email components",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "exports": {
13
13
  ".": {
14
14
  "import": {
15
- "types": "./dist/index.d.ts",
15
+ "types": "./dist/index.d.mts",
16
16
  "default": "./dist/index.mjs"
17
17
  },
18
18
  "require": {
@@ -22,12 +22,6 @@
22
22
  }
23
23
  },
24
24
  "license": "MIT",
25
- "scripts": {
26
- "build": "tsup src/index.ts --format esm,cjs --dts --external react",
27
- "clean": "rm -rf dist",
28
- "dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
29
- "lint": "eslint ."
30
- },
31
25
  "repository": {
32
26
  "type": "git",
33
27
  "url": "https://github.com/resendlabs/react-email.git",
@@ -56,7 +50,7 @@
56
50
  "@react-email/render": "0.0.9",
57
51
  "@react-email/row": "0.0.6",
58
52
  "@react-email/section": "0.0.10",
59
- "@react-email/tailwind": "0.0.13-canary.1",
53
+ "@react-email/tailwind": "0.0.13",
60
54
  "@react-email/text": "0.0.6"
61
55
  },
62
56
  "peerDependencies": {
@@ -64,11 +58,17 @@
64
58
  },
65
59
  "devDependencies": {
66
60
  "@babel/preset-react": "7.22.5",
67
- "eslint-config-custom": "workspace:*",
68
- "tsconfig": "workspace:*",
69
- "typescript": "5.1.6"
61
+ "typescript": "5.1.6",
62
+ "eslint-config-custom": "0.0.0",
63
+ "tsconfig": "0.0.0"
70
64
  },
71
65
  "publishConfig": {
72
66
  "access": "public"
67
+ },
68
+ "scripts": {
69
+ "build": "tsup src/index.ts --format esm,cjs --dts --external react",
70
+ "clean": "rm -rf dist",
71
+ "dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
72
+ "lint": "eslint ."
73
73
  }
74
- }
74
+ }
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![React Email components cover](https://react.email/static/covers/components.png)
2
2
 
3
3
  <div align="center"><strong>@react-email/components</strong></div>
4
- <div align="center">A react-email components.</div>
4
+ <div align="center">A collection of all components React Email.</div>
5
5
  <br />
6
6
  <div align="center">
7
7
  <a href="https://react.email">Website</a>