From 699eb0ea05ece1ed98e0a26cca7a2e0aafd5231c Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 20 Mar 2024 10:15:49 +0800 Subject: [PATCH] Update jsSrcsDir in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12bd148..b4aca80 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ { "name": "RCTPushySpec", "type": "modules", - "jsSrcsDir": "lib" + "jsSrcsDir": "src" } ] },