From f7a4da6f9455d7d7f1db1ffc74179467502f2af9 Mon Sep 17 00:00:00 2001 From: gpbl Date: Thu, 14 Apr 2022 07:15:13 -0500 Subject: [PATCH] pkg: add src dir to files This should fix #1439, where react-script complains the src are not found. --- packages/react-day-picker/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react-day-picker/package.json b/packages/react-day-picker/package.json index 72eccb51d6..4e4e56ee81 100644 --- a/packages/react-day-picker/package.json +++ b/packages/react-day-picker/package.json @@ -28,7 +28,9 @@ "typecheck-watch": "tsc --project ./tsconfig.json --noEmit --skipLibCheck --watch" }, "files": [ - "dist" + "dist", + "src", + "tsconfig.json" ], "dependencies": { "@reach/auto-id": "^0.16.0"