diff --git a/packages/aws-amplify/push-notifications/customer-profiles/package.json b/packages/aws-amplify/push-notifications/customer-profiles/package.json new file mode 100644 index 00000000000..6c70ea18ba0 --- /dev/null +++ b/packages/aws-amplify/push-notifications/customer-profiles/package.json @@ -0,0 +1,8 @@ +{ + "name": "aws-amplify/push-notifications/customer-profiles", + "main": "../../dist/cjs/push-notifications/customer-profiles/index.js", + "react-native": "../../dist/cjs/push-notifications/customer-profiles/index.js", + "browser": "../../dist/esm/push-notifications/customer-profiles/index.mjs", + "module": "../../dist/esm/push-notifications/customer-profiles/index.mjs", + "typings": "../../dist/esm/push-notifications/customer-profiles/index.d.ts" +}