diff options
| author | Yuval Adam <_@yuv.al> | 2025-11-10 09:06:14 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-11-10 09:06:14 +0100 |
| commit | dbcf81b822e3124cb0b08c372a44e54b2eb9160a (patch) | |
| tree | cce6663ed58050866031aeff126dbd6d7adb45e0 /package.json | |
| parent | 5891da4a3bff8e5439101f36165d44ea480a3e62 (diff) | |
Add explicit wrangler dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 5ed5e62..5583f64 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "netmask": "^2.0.2", "react": "^19.1.0", "react-dom": "^19.1.0", - "tailwindcss": "^4.1.5" + "tailwindcss": "^4.1.5", + "wrangler": "^4.46.0" } } |
