Skip to content

Commit

Permalink
Fix Build Config (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Sep 19, 2024
1 parent 5c407fe commit 4e6930a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"author": "Ben Smith <[email protected]>",
"description": "Node Client for Dune Analytics' officially supported API.",
"repository": "[email protected]:duneanalytics/ts-dune-client.git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist/**/*"
],
Expand Down

0 comments on commit 4e6930a

Please sign in to comment.