Skip to content

Commit

Permalink
fix main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Apr 25, 2023
1 parent 6fdda89 commit 35434bf
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 @@ -3,7 +3,7 @@
"version": "3.1.0",
"description": "Simple node.js wrapper for Poloniex REST and WebSocket API.",
"type": "module",
"main": "dist/cjs/poloniex.cjs",
"main": "./dist/cjs/poloniex.cjs",
"module": "./lib/poloniex.mjs",
"exports": {
".": {
Expand Down

0 comments on commit 35434bf

Please sign in to comment.