Skip to content

Commit 032e256

Browse files
authored
Merge pull request #50 from Rmoreno3/fix_issue_49
change package.json "type" for module Resolving issue #49
2 parents 4c6faf1 + da23704 commit 032e256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://strapi.io"
2222
}
2323
],
24-
"type": "commonjs",
24+
"type": "module",
2525
"exports": {
2626
".": {
2727
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)