Skip to content

Commit 4a1e553

Browse files
authored
feat(expo): add cache as official exported member
fix #5314
1 parent 1427c92 commit 4a1e553

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/expo/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"./secure-store": {
4444
"types": "./dist/secure-store/index.d.ts",
4545
"default": "./dist/secure-store/index.js"
46+
},
47+
"./cache": {
48+
"types": "./dist/cache/index.d.ts",
49+
"default": "./dist/cache/index.js"
4650
}
4751
},
4852
"main": "./dist/index.js",

0 commit comments

Comments
 (0)