Merge pull request #1254 from roma-formio/fix/cjs-compatibility-issue

Removed "module" type for cjs compatibility
This commit is contained in:
Xon 2025-01-20 02:07:01 +08:00 committed by GitHub
commit d6098e69fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
"name": "choices.js",
"version": "11.0.3",
"description": "A vanilla JS customisable text input/select box plugin",
"type": "module",
"main": "./public/assets/scripts/choices.js",
"module": "./public/assets/scripts/choices.mjs",
"unpkg": "./public/assets/scripts/choices.js",