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",