ruigomeseu / vue-turnstile

A Cloudflare Turnstile library for Vue 3
MIT License
63 stars 9 forks source link

Fix exports.require path to point to correct file #16

Closed momohammadi closed 5 months ago

momohammadi commented 5 months ago

Fix exports.require Path in package.json

Description

This pull request fixes the exports.require path in the package.json file to point to the correct file (./dist/vue-turnstile.umd.cjs). The current path (./dist/vue-turnstile.umd.js) does not exist, which causes issues in production builds.

Testing

The change has been tested locally in a production build environment and works as expected.

Thank you for considering this fix!