Skip to content

Commit 2d4d046

Browse files
committed
fix: storage path
1 parent 979e113 commit 2d4d046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"main": "../dist/storage/index.cjs",
3-
"react-native": "../dist/storage/mmkv.cjs",
3+
"react-native": "../dist/storage/native.cjs",
44
"browser": "../dist/storage/index.cjs",
55
"types": "../dist/storage/index.d.cts"
66
}

0 commit comments

Comments
 (0)