From 09c81b35715c5a9f4aa49f33a1700e19bee1d96f Mon Sep 17 00:00:00 2001 From: luuhongyii <72600702+luuhongyii@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:13:54 +0200 Subject: [PATCH] fix: correct plugin package entry paths --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0855d500..79d244aa 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "@iterable/expo-plugin", "version": "1.0.1", "description": "Config plugin for @iterable/react-native-sdk", - "main": "build/withIterable.js", - "types": "build/withIterable.d.ts", + "main": "plugin/build/withIterable.js", + "types": "plugin/build/withIterable.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean",