Skip to content

Commit

Permalink
fix(package): fix main field of package json
Browse files Browse the repository at this point in the history
  • Loading branch information
gokayform committed Dec 27, 2023
1 parent fa2c175 commit 9cf904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bugs": {
"url": "https://github.com/jotform/jotform-api-nodejs/issues"
},
"main": "dist/index.cjs.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^1.6.2",
Expand Down

0 comments on commit 9cf904c

Please sign in to comment.