mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 18:06:41 -05:00
chore(expo): remove expo minfiy
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"module": "dist/index.mjs",
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"build": "tsup --dts --minify --clean",
|
||||
"build": "tsup --dts --clean",
|
||||
"dev": "tsup --watch --sourcemap --dts"
|
||||
},
|
||||
"exports": {
|
||||
@@ -51,5 +51,8 @@
|
||||
"dependencies": {
|
||||
"better-call": "^0.3.3",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user