Skip to content

Commit 6473f55

Browse files
committed
ci: fixed types and main module paths
1 parent 06048ff commit 6473f55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "react-native-session-storage",
33
"version": "1.3.5",
44
"description": "Session Storage like module for React Native for session-bound storage.",
5-
"main": "lib/commonjs/index",
6-
"module": "lib/module/index",
7-
"types": "lib/typescript/index.d.ts",
5+
"main": "./lib/module/index.js",
6+
"types": "./lib/typescript/src/index.d.ts",
87
"react-native": "src/index",
98
"source": "src/index",
109
"files": [

0 commit comments

Comments
 (0)