Skip to content

Commit 24bfe6f

Browse files
committed
fix: Default to commonjs
1 parent 559d1d0 commit 24bfe6f

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
@@ -2,7 +2,7 @@
22
"name": "@kapeta/sdk-nosql-mongodb",
33
"version": "1.1.0",
44
"description": "MongoDB NoSQL SDK for Kapeta",
5-
"type": "module",
5+
"type": "commonjs",
66
"exports": {
77
".": {
88
"import": {

0 commit comments

Comments
 (0)