diff --git a/packages/expo/package.json b/packages/expo/package.json index 9d7db44c33c..7ab60bf7078 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -43,6 +43,10 @@ "./secure-store": { "types": "./dist/secure-store/index.d.ts", "default": "./dist/secure-store/index.js" + }, + "./cache": { + "types": "./dist/cache/index.d.ts", + "default": "./dist/cache/index.js" } }, "main": "./dist/index.js",