Skip to content

Commit

Permalink
Merge pull request #1254 from roma-formio/fix/cjs-compatibility-issue
Browse files Browse the repository at this point in the history
Removed "module" type for cjs compatibility
  • Loading branch information
Xon authored Jan 19, 2025
2 parents 2424531 + 56af1df commit d6098e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d6098e6

Please sign in to comment.