Skip to content

Commit 774f221

Browse files
committed
chore: change module path
1 parent 00a6773 commit 774f221

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/channel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Kakao Channel SDK",
44
"version": "2.1.0",
55
"main": "lib/commonjs/index",
6-
"module": "src/index",
6+
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Kakao Core SDK",
44
"version": "2.1.0",
55
"main": "lib/commonjs/index",
6-
"module": "src/index",
6+
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",

packages/navi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Kakao Navi SDK",
44
"version": "2.1.0",
55
"main": "lib/commonjs/index",
6-
"module": "src/index",
6+
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",

packages/share/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Kakao Share SDK",
44
"version": "2.1.0",
55
"main": "lib/commonjs/index",
6-
"module": "src/index",
6+
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",

packages/social/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Kakao Social SDK",
44
"version": "2.1.0",
55
"main": "lib/commonjs/index",
6-
"module": "src/index",
6+
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",

packages/user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Kakao User SDK",
44
"version": "2.1.0",
55
"main": "lib/commonjs/index",
6-
"module": "src/index",
6+
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",

0 commit comments

Comments
 (0)