Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 0e1e1ae

Browse files
committed
package.json
1 parent cdb1cc0 commit 0e1e1ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "This project makes it possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection",
55
"exports": {
66
".": {
7-
"require": "./build/index.cjs",
8-
"import": "./build/index.mjs"
7+
"require": "./build/index.js",
8+
"import": "./build/index.js"
99
}
1010
},
1111
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)