From 0356dba42675ef86dde22413a1aef4ccaf11f588 Mon Sep 17 00:00:00 2001 From: VR <101288516+VillainsRule@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:07:47 -0400 Subject: [PATCH] add files prop to package.json (1.1.5) --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 40ac0c5..8291009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-turnstile", - "version": "1.1.4", + "version": "1.1.5", "description": "React library for Cloudflare's Turnstile CAPTCHA alternative", "main": "dist/index.js", "scripts": { @@ -8,6 +8,13 @@ "build": "tsc", "style-fix": "npx prettier -w ." }, + "files": [ + "dist/**/*", + "HISTORY.md", + "LICENSE", + "package.json", + "README.md" + ], "exports": { "import": "./dist/index.js", "require": "./dist/index.js",