@react-email/render 2.0.1-canary.0 → 2.0.1

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 (1) hide show
  1. package/package.json +1 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-email/render",
3
- "version": "2.0.1-canary.0",
3
+ "version": "2.0.1",
4
4
  "description": "Transform React components into HTML email templates",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/browser/index.js",
@@ -106,12 +106,6 @@
106
106
  "engines": {
107
107
  "node": ">=20.0.0"
108
108
  },
109
- "devEngines": {
110
- "runtime": {
111
- "name": "node",
112
- "version": ">=22.0.0"
113
- }
114
- },
115
109
  "dependencies": {
116
110
  "html-to-text": "^9.0.5",
117
111
  "prettier": "^3.5.3"