Skip to content

Commit

Permalink
fix: update package.json to provide module by platform
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 8, 2022
1 parent ee854bb commit 72893ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@react-native-seoul/kakao-login",
"version": "5.2.4",
"description": "React Native Module for Kakao Login",
"main": "src/index.js",
"types": "src/index.d.ts",
"main": "src/index",
"types": "src/index",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 72893ee

Please sign in to comment.