Skip to content

Commit

Permalink
fix exports entry for CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Apr 25, 2023
1 parent 3240480 commit 43bfa7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "poloniex-api-node",
"version": "3.1.0",
"version": "3.1.1",
"description": "Simple node.js wrapper for Poloniex REST and WebSocket API.",
"type": "module",
"main": "./dist/cjs/poloniex.cjs",
"module": "./lib/poloniex.mjs",
"exports": {
".": {
"import": "./lib/poloniex.mjs",
"require": "./dist/cjs/poloniex.js"
"require": "./dist/cjs/poloniex.cjs"
}
},
"engines": {
Expand Down

0 comments on commit 43bfa7d

Please sign in to comment.