Skip to content

Commit 9cf904c

Browse files
committed
fix(package): fix main field of package json
1 parent fa2c175 commit 9cf904c

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
@@ -28,7 +28,7 @@
2828
"bugs": {
2929
"url": "https://github.com/jotform/jotform-api-nodejs/issues"
3030
},
31-
"main": "dist/index.cjs.js",
31+
"main": "dist/index.js",
3232
"types": "dist/index.d.ts",
3333
"dependencies": {
3434
"axios": "^1.6.2",

0 commit comments

Comments
 (0)