Skip to content

Commit

Permalink
fix(repo): react-native entries
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Nov 7, 2023
1 parent f544889 commit 9e2cc9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@
"./adapter-core": {
"types": "./dist/esm/adapterCore/index.d.ts",
"import": "./dist/esm/adapterCore/index.mjs",
"require": "./dist/cjs/adapterCore/index.js",
"react-native": "./src/adapterCore/index.ts"
"require": "./dist/cjs/adapterCore/index.js"
},
"./package.json": "./package.json"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/iot/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"browser": "../dist/esm/clients/iot.mjs",
"module": "../dist/esm/clients/iot.mjs",
"typings": "../dist/esm/clients/iot.d.ts",
"react-native": "../dist/cjs/clients/iot.js"
"react-native": "../src/clients/iot.ts"
}
2 changes: 1 addition & 1 deletion packages/pubsub/mqtt/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"browser": "../dist/esm/clients/mqtt.mjs",
"module": "../dist/esm/clients/mqtt.mjs",
"typings": "../dist/esm/clients/mqtt.d.ts",
"react-native": "../dist/cjs/clients/mqtt.js"
"react-native": "../src/clients/mqtt.ts"
}

0 comments on commit 9e2cc9b

Please sign in to comment.