aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/package.json b/ui/package.json
index 008fcfb..934b149 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dropout/ui",
- "version": "0.0.0",
+ "version": "0.2.0-alpha",
"private": true,
"type": "module",
"scripts": {
@@ -37,10 +37,5 @@
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.2.5"
- },
- "pnpm": {
- "overrides": {
- "vite": "npm:rolldown-vite@7.2.5"
- }
}
}