Skip to content

Commit

Permalink
updates paths to dist artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
walt-1 committed Jul 3, 2024
1 parent 59d5303 commit b482f81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "1.2.1",
"description": "SDK for interacting with GooseFX Perpetual futures trading platform",
"files": [
"dist/*"
"./*"
],
"module": "dist/index.esm.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "index.esm.js",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": "./index.esm.js",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit b482f81

Please sign in to comment.