aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
authorxuatz <xzlow10@gmail.com>2025-08-20 16:49:19 +0900
committerGitHub <noreply@github.com>2025-08-20 08:49:19 +0100
commitdf6814f292f56aa0f650af3d093ba1ca7f159726 (patch)
tree55fcb5c2d57076576e058f172028dca7b3523249 /apps/mobile/package.json
parent6e525eb1bc9e3f4a1284893dd51a826540e7a6ba (diff)
downloadkarakeep-df6814f292f56aa0f650af3d093ba1ca7f159726.tar.zst
fix(mobile): remove type: module so expo works (#1846)
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index f66a64c4..80e4ffcb 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -2,7 +2,6 @@
"name": "@karakeep/mobile",
"version": "1.0.0",
"main": "index.ts",
- "type": "module",
"scripts": {
"clean": "git clean -xdf .expo .turbo node_modules",
"start": "expo start",