Skip to content

Commit 117239a

Browse files
committed
removed type "module" from package.json
1 parent 3f7b7dc commit 117239a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"name": "choices.js",
2+
"name": "@formio/choices.js",
33
"version": "11.0.3",
44
"description": "A vanilla JS customisable text input/select box plugin",
5-
"type": "module",
65
"main": "./public/assets/scripts/choices.js",
76
"module": "./public/assets/scripts/choices.mjs",
87
"unpkg": "./public/assets/scripts/choices.js",

0 commit comments

Comments
 (0)